pricing login/register translation
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
:styles="{width:'500px', height:'350px'}"
|
||||
>
|
||||
<section id="pricing-modal-login-register">
|
||||
<h2>{{ $t("materio.Please login or create a new account to order your access") }}</h2>
|
||||
<h2>{{ $t("materio.Please login or create a new account") }}</h2>
|
||||
<LoginRegister
|
||||
:callbackargs="showLoginModal"
|
||||
@onLogedIn="onLogedIn"
|
||||
|
@@ -25,7 +25,7 @@ export default {
|
||||
// vuejs attributes a inserted by form alter in same module
|
||||
MA.get(`/materio_user/login_form`)
|
||||
.then(({data}) => {
|
||||
console.log('getLoginForm data')
|
||||
console.log('getLoginForm data', data)
|
||||
this.form = Vue.compile(data.rendered)
|
||||
this.$options.staticRenderFns = [];
|
||||
this._staticTrees = [];
|
||||
|
Reference in New Issue
Block a user