feat: add go back to site button (#2538)
This commit is contained in:
committed by
Shawn Erquhart
parent
ab5860f58e
commit
f206e7e5a1
@ -133,6 +133,7 @@ export default class GitHubAuthenticationPage extends React.Component {
|
||||
loginDisabled={inProgress || findingFork || requestingFork}
|
||||
loginErrorMessage={loginError}
|
||||
logoUrl={config.get('logo_url')}
|
||||
siteUrl={config.get('site_url')}
|
||||
{...this.getAuthenticationPageRenderArgs()}
|
||||
/>
|
||||
);
|
||||
|
Reference in New Issue
Block a user