setting new password using Return key (#10937)

This commit is contained in:
andrzejZdobywca
2019-01-18 21:58:18 +01:00
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')) {