Open Authoring is enabled: we need to use a fork on your github account. (If a fork
@@ -117,7 +118,9 @@ export default class GitHubAuthenticationPage extends React.Component {
Fork the repo
- Don't fork the repo
+ {showAbortButton && (
+ Don't fork the repo
+ )}
),
diff --git a/packages/netlify-cms-ui-default/src/AuthenticationPage.js b/packages/netlify-cms-ui-default/src/AuthenticationPage.js
index 18568372..18bfdf3f 100644
--- a/packages/netlify-cms-ui-default/src/AuthenticationPage.js
+++ b/packages/netlify-cms-ui-default/src/AuthenticationPage.js
@@ -62,6 +62,17 @@ const LoginButton = styled.button`
position: relative;
`;
+const TextButton = styled.button`
+ ${buttons.button};
+ ${buttons.default};
+ ${buttons.grayText};
+
+ margin-top: 40px;
+ display: flex;
+ align-items: center;
+ position: relative;
+`;
+
function AuthenticationPage({
onLogin,
loginDisabled,
@@ -76,7 +87,9 @@ function AuthenticationPage({