aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/auth/ChangeServer.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/auth/ChangeServer.js b/src/components/auth/ChangeServer.js
index c284c0d19..a659cdc31 100644
--- a/src/components/auth/ChangeServer.js
+++ b/src/components/auth/ChangeServer.js
@@ -105,6 +105,7 @@ class ChangeServer extends Component {
105 return ( 105 return (
106 <div className="auth__container"> 106 <div className="auth__container">
107 <form className="franz-form auth__form" onSubmit={e => this.submit(e)}> 107 <form className="franz-form auth__form" onSubmit={e => this.submit(e)}>
108 <img src="./assets/images/logo.svg" className="auth__logo" alt="" />
108 <h1>{intl.formatMessage(messages.headline)}</h1> 109 <h1>{intl.formatMessage(messages.headline)}</h1>
109 {form.$('server').value === this.franzServer && ( 110 {form.$('server').value === this.franzServer && (
110 <Infobox type="warning"> 111 <Infobox type="warning">