@@ -36,6 +37,9 @@ export const LoginRoute: React.FC = () => {
GitHub Notifications on your menu bar.
+ {
+ // FIXME: Temporarily disable Login with GitHub (OAuth) as it's currently broken and requires a rewrite - see #485 #561 #747
+ /*
*/
+ }
+
+
-
-
);
};
diff --git a/src/routes/LoginWithToken.tsx b/src/routes/LoginWithToken.tsx
index a90609cf7..6103b9632 100644
--- a/src/routes/LoginWithToken.tsx
+++ b/src/routes/LoginWithToken.tsx
@@ -71,11 +71,11 @@ export const LoginWithToken: React.FC = () => {
>
personal access tokens
{' '}
- and create one with the{' '}
+ and create one with the {Constants.AUTH_SCOPE.length} scopes{' '}
{Constants.AUTH_SCOPE.join(', ')}{' '}
- scopes.
+ .
>
}
/>
@@ -130,7 +130,9 @@ export const LoginWithToken: React.FC = () => {
/>
-
Login with an access token
+
+ Login with personal access token
+
diff --git a/src/routes/__snapshots__/Login.test.tsx.snap b/src/routes/__snapshots__/Login.test.tsx.snap
index 50030a864..4cabaaee7 100644
--- a/src/routes/__snapshots__/Login.test.tsx.snap
+++ b/src/routes/__snapshots__/Login.test.tsx.snap
@@ -56,30 +56,20 @@ exports[`routes/Login.tsx should render itself & its children 1`] = `
on your menu bar.