From e7a41c52b4682bed9b9c8471adbffc21031a7dc9 Mon Sep 17 00:00:00 2001 From: Aziz Ben Ali Date: Sat, 29 Jan 2022 21:58:58 +0100 Subject: [PATCH] fix(addGoogleAuth): fix a typo (#2371) --- src/js/account-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/account-controller.js b/src/js/account-controller.js index 356e974e9..7aaf5abd2 100644 --- a/src/js/account-controller.js +++ b/src/js/account-controller.js @@ -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) {