attached login and disconnect to Header.vue

This commit is contained in:
PascalMarchesseault
2024-06-27 13:48:47 -04:00
parent 8125df5b70
commit 6cb1d361e3
3 changed files with 35 additions and 78 deletions

View File

@@ -125,6 +125,7 @@ async function login() {
} catch (error) {
errorSnackBar.value = true;
}
window.location.reload();
}
const googleCallback = async (response) => {