aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Password.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/Password.js')
-rw-r--r--src/components/auth/Password.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Password.js b/src/components/auth/Password.js
index b4d51f43d..49930f6bd 100644
--- a/src/components/auth/Password.js
+++ b/src/components/auth/Password.js
@@ -78,7 +78,7 @@ class Password extends Component {
78 return ( 78 return (
79 <div className="auth__container"> 79 <div className="auth__container">
80 <form className="franz-form auth__form" onSubmit={e => this.submit(e)}> 80 <form className="franz-form auth__form" onSubmit={e => this.submit(e)}>
81 <img src="./assets/images/logo.svg" className="auth__logo" alt="" /> 81 <Link to='/auth/welcome'><img src="./assets/images/logo.svg" className="auth__logo" alt="" /></Link>
82 <h1>{intl.formatMessage(messages.headline)}</h1> 82 <h1>{intl.formatMessage(messages.headline)}</h1>
83 {status.length > 0 && status.includes('sent') && ( 83 {status.length > 0 && status.includes('sent') && (
84 <Infobox type="success" icon="checkbox-marked-circle-outline"> 84 <Infobox type="success" icon="checkbox-marked-circle-outline">