added failed login for register form
This commit is contained in:
@ -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>
|
||||
|
@ -16,6 +16,9 @@ export default {
|
||||
ps: ""
|
||||
}),
|
||||
computed: {
|
||||
...mapState({
|
||||
registerMessage: state => state.User.registerMessage,
|
||||
}),
|
||||
psswd_class: function(){
|
||||
return this.ps.toLowerCase()
|
||||
},
|
||||
|
Reference in New Issue
Block a user