Skip to content

Commit 9d56719

Browse files
committed
WIP update login.vue
1 parent ccc181f commit 9d56719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/auth/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
export default {
8585
mounted () {
8686
this.$auth.logout();
87-
this.$auth.state("/app", "/login").then(user => {
87+
this.$auth.state("/realtime-database", "/login").then(user => {
8888
if (!user) {
8989
this.ready = false;
9090
}

0 commit comments

Comments
 (0)