console logs

This commit is contained in:
Miodec 2022-05-13 09:55:28 +02:00
parent d38f739c63
commit 6dc291a4d4

View file

@ -409,16 +409,11 @@ export function noGoogleNoMo(): void {
) {
unlinkAuth(user, "google.com")
.then(() => {
Notifications.add("Google authentication removed", 1);
Loader.hide();
console.log("unlinked");
Settings.updateAuthSections();
})
.catch((error) => {
Loader.hide();
Notifications.add(
"Failed to remove Google authentication: " + error.message,
-1
);
console.log(error);
});
}
}