working #27

Merged
derek merged 11 commits from working into main 2025-08-11 21:28:31 -07:00
Showing only changes of commit afd04e5fa6 - Show all commits
+3 -1
View File
@@ -18,9 +18,11 @@
<div class="top-bar-buttons flex-right">
@if (devMode){
<a class="nav-button nav-button-login" href="https://auth.mistox.com/account/login?returnURL=http://localhost:5000/"><span>Testing Login</span></a>
}
<a class="nav-button nav-button-login" href="https://auth.mistox.com/account/register?returnURL=http://localhost:5000/"><span>REGISTER</span></a>
} @else {
<a class="nav-button nav-button-login" href="https://auth.mistox.com/account/login?returnURL=https://boredcareers.com/"><span>LOGIN</span></a>
<a class="nav-button nav-button-login" href="https://auth.mistox.com/account/register?returnURL=https://boredcareers.com/"><span>REGISTER</span></a>
}
</div>
}
</div>