mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 19:18:51 +00:00
Bild wird resetted
This commit is contained in:
parent
85b0e156de
commit
fd1bf1c10f
4 changed files with 41 additions and 70 deletions
|
@ -87,6 +87,7 @@ function LoginAndSignUpPage({ signupProp }: { signupProp: boolean }) {
|
|||
value={formData.username}
|
||||
onChange={handleChange}
|
||||
required
|
||||
autoFocus
|
||||
/>
|
||||
</div>
|
||||
{signup ? (
|
||||
|
@ -135,7 +136,11 @@ function LoginAndSignUpPage({ signupProp }: { signupProp: boolean }) {
|
|||
</div>
|
||||
)}
|
||||
</div>
|
||||
<ButtonRotkehlchen style="primary" label={signup ? "Sign Up" : "Login"} type="submit"/>
|
||||
<ButtonRotkehlchen
|
||||
style="primary"
|
||||
label={signup ? "Sign Up" : "Login"}
|
||||
type="submit"
|
||||
/>
|
||||
<div className="login-signup body-m" onClick={toggleLogin}>
|
||||
{signup
|
||||
? "Already have an account? "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue