fixed Registration

This commit is contained in:
Max Schneider 2025-07-07 11:20:57 +02:00
parent a50b48592b
commit b9fc6bcdd5
2 changed files with 1 additions and 3 deletions

View File

@ -374,6 +374,4 @@ a {
.nav-links .links { .nav-links .links {
margin: 0 12px; margin: 0 12px;
} }
} }

View File

@ -57,7 +57,7 @@
</label> </label>
</form> </form>
<button class="button-register">Registrieren</button> <button class="button-register">Registrieren</button>
<a class="link-konto-erstellen" href="?controller=Login&do=showLoginPage">Login</a> <a class="link-konto-erstellen" href="?controller=Auth&do=showLoginForm">Login</a>
</div> </div>
</div> </div>