attached login and disconnect to Header.vue
This commit is contained in:
@@ -125,6 +125,7 @@ async function login() {
|
||||
} catch (error) {
|
||||
errorSnackBar.value = true;
|
||||
}
|
||||
window.location.reload();
|
||||
}
|
||||
|
||||
const googleCallback = async (response) => {
|
||||
|
||||
Reference in New Issue
Block a user