adding latest

This commit is contained in:
2020-03-17 14:15:48 +00:00
parent adb8b606ab
commit b7251fabfe
12 changed files with 299 additions and 70 deletions

View File

@@ -81,7 +81,7 @@ AmplifyEventBus.$on("authState", async state => {
}
});
router.beforeResolve(async (to, from, next) => {
router.beforeResolve(async (to, _from, next) => {
console.log("router before resolve getting current user.")
const user = await getUser();
if (!user) {