Fix station preferences mapping

This commit is contained in:
Conor McNamara
2023-03-16 10:30:04 +00:00
parent f3ea627bab
commit b4733d07e8
5 changed files with 48 additions and 74 deletions

View File

@ -60,7 +60,7 @@ export default {
signInWithEmailAndPassword(auth, this.email, this.password)
.then((userCredential) => {
const user = userCredential.user
this.$router.push({path:'/account'})
this.$router.push({path:'/'})
})
.catch((error) => {
this.FirebaseError = error.message