adding join endpoint

This commit is contained in:
metacryst
2026-01-13 08:59:45 -06:00
parent 942e479185
commit f2b5ba89eb
5 changed files with 9 additions and 18 deletions

View File

@@ -46,7 +46,8 @@
}
:root.public {
--accent: var(--gold);
--main: black;
--accent: var(--parchment);
}
@font-face {

View File

@@ -1,6 +1,6 @@
class SignupForm extends Shadow {
errorMessage = "Error signing up. Please try again later or email info@hyperia.so if the problem persists."
errorMessage = "Error signing up. Please try again later or email samuel@sun.museum if the problem persists."
successMessage = "Success! You may now log in."
inputStyles(el) {