From 60ccc176d51247642a3917061a5a6fe502c04e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Warcho=C5=82?= <61014013+war-in@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:35:50 +0100 Subject: [PATCH] Update src/libs/actions/Session/index.ts Co-authored-by: Daniel Gale-Rosen <5487802+dangrous@users.noreply.github.com> --- src/libs/actions/Session/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/actions/Session/index.ts b/src/libs/actions/Session/index.ts index 7c344a157922..416fbd52b7cd 100644 --- a/src/libs/actions/Session/index.ts +++ b/src/libs/actions/Session/index.ts @@ -547,7 +547,7 @@ function signInAfterTransitionFromOldDot(transitionURL: string) { // This section controls copilot changes const currentUserEmail = getCurrentUserEmail(); - // If ND and OD account are the same - do noting + // If ND and OD account are the same - do nothing if (email === currentUserEmail) { return; }