mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 12:00:10 +08:00
fix(addGoogleAuth): fix a typo (#2371)
This commit is contained in:
parent
868bbece87
commit
e7a41c52b4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue