added failed login for register form

This commit is contained in:
2021-01-28 12:26:27 +01:00
parent e65dfeb5b5
commit 4e6ccb23dc
7 changed files with 90 additions and 17 deletions

View File

@ -28,7 +28,7 @@
<Modal
v-if="showLoginModal"
@close="closeModal"
:styles="{width:'500px', height:'300px'}"
: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>

View File

@ -16,6 +16,9 @@ export default {
ps: ""
}),
computed: {
...mapState({
registerMessage: state => state.User.registerMessage,
}),
psswd_class: function(){
return this.ps.toLowerCase()
},