Skip to content

Commit 703d54e

Browse files
authored
Fix typo in session error message
1 parent c32fc8d commit 703d54e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auth/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const DEFAULT_SCOPES = ["repo", "workflow"];
55

66
let signInPrompted = false;
77

8-
const SESSION_ERROR = "Could not get token from the GitHub authentication provider. \nPlease sign-in and allow access.";
8+
const SESSION_ERROR = "Could not get token from the GitHub authentication provider.\nPlease sign in and allow access.";
99

1010
/**
1111
* Creates a session from the GitHub authentication provider

0 commit comments

Comments
 (0)