Remove register and login buttons
This commit is contained in:
parent
9ec7e1c65f
commit
8e151f78ef
2 changed files with 1 additions and 17 deletions
|
@ -71,14 +71,6 @@
|
||||||
type="is-primary"
|
type="is-primary"
|
||||||
/>
|
/>
|
||||||
<b-button :label="$t('close')" @click="loginModal = false" />
|
<b-button :label="$t('close')" @click="loginModal = false" />
|
||||||
<b-button
|
|
||||||
@click="
|
|
||||||
registerModal = true;
|
|
||||||
loginModal = false;
|
|
||||||
"
|
|
||||||
:label="$t('login.register')"
|
|
||||||
type="is-success"
|
|
||||||
/>
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -191,14 +183,6 @@
|
||||||
type="is-primary"
|
type="is-primary"
|
||||||
/>
|
/>
|
||||||
<b-button :label="$t('close')" @click="registerModal = false" />
|
<b-button :label="$t('close')" @click="registerModal = false" />
|
||||||
<b-button
|
|
||||||
@click="
|
|
||||||
registerModal = false;
|
|
||||||
loginModal = true;
|
|
||||||
"
|
|
||||||
:label="$t('register.login')"
|
|
||||||
type="is-success"
|
|
||||||
/>
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -337,7 +337,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"currency": "Koins",
|
"currency": "Koins",
|
||||||
"close": "Close",
|
"close": "Cancel",
|
||||||
"tos": "Terms of Service",
|
"tos": "Terms of Service",
|
||||||
"gotIt": "Got it!",
|
"gotIt": "Got it!",
|
||||||
"OK": "OK",
|
"OK": "OK",
|
||||||
|
|
Loading…
Reference in a new issue