setting new password using Return key (#10937)
This commit is contained in:
committed by
Sabe Jones
parent
f63d2e47f0
commit
d77a17112c
@@ -328,10 +328,10 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
registering () {
|
||||
if (this.$route.path.startsWith('/login')) {
|
||||
return false;
|
||||
if (this.$route.path.startsWith('/register')) {
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
},
|
||||
resetPasswordSetNewOne () {
|
||||
if (this.$route.path.startsWith('/reset-password')) {
|
||||
|
||||
Reference in New Issue
Block a user