feat: add go back to site button (#2538)

This commit is contained in:
Patryk Niedźwiedziński
2019-10-28 20:20:41 +01:00
committed by Shawn Erquhart
parent ab5860f58e
commit f206e7e5a1
8 changed files with 44 additions and 2 deletions

View File

@ -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()}
/>
);