Implement email verification #26

Merged
sauceyred merged 14 commits from email-verification into main 2025-07-09 17:54:34 +00:00
Showing only changes of commit e95e81112b - Show all commits

View file

@ -122,18 +122,22 @@ async function showUser(e: Event) {
align-items: center;
}
#auth-form-container,
#auth-form-container form {
#auth-form-container {
display: flex;
width: 50dvw;
width: 20dvw;
flex-direction: column;
align-items: center;
text-align: center;
gap: 1em;
margin-bottom: 2dvh;
}
#auth-form-container form {
display: flex;
flex-direction: column;
text-align: left;
margin-top: 10dvh;
gap: 1em;
}
#instance-error-container {