fix(addGoogleAuth): fix a typo (#2371)

This commit is contained in:
Aziz Ben Ali 2022-01-29 21:58:58 +01:00 committed by GitHub
parent 868bbece87
commit e7a41c52b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,7 +307,7 @@ export function addGoogleAuth() {
.currentUser.linkWithPopup(gmailProvider)
.then(function (result) {
Loader.hide();
Notifications.add("Google authenication added", 1);
Notifications.add("Google authentication added", 1);
Settings.updateAuthSections();
})
.catch(function (error) {