Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #490 from lukeburns/patch-1
Browse files Browse the repository at this point in the history
Remove demo imageURL for LoginPage
  • Loading branch information
jonthomp authored Feb 22, 2021
2 parents fce3ed7 + ecc6f05 commit 6a7df2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/page_templates/account/LoginPage/LoginPage.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ function LoginPage(props: Props): React.Node {
values,
strings = {},
errors,
imageURL,
} = props;

return (
<StandaloneFormPage imageURL={"./demo/logo.svg"}>
<StandaloneFormPage imageURL={imageURL}>
<FormCard
buttonText={strings.buttonText || defaultStrings.buttonText}
title={strings.title || defaultStrings.title}
Expand Down

0 comments on commit 6a7df2b

Please sign in to comment.