Fix station preferences mapping
This commit is contained in:
@ -2,7 +2,6 @@ import {getAuth, onAuthStateChanged} from "firebase/auth"
|
||||
import app from '../api/firebase';
|
||||
|
||||
function isAuth(to, from, next) {
|
||||
console.log("Checking auth")
|
||||
const auth = getAuth(app)
|
||||
onAuthStateChanged(auth, (user) => {
|
||||
// user is logged in, continue to page
|
||||
|
Reference in New Issue
Block a user