added signup callback page that runs an api call to finish signup

This commit is contained in:
Carter 2025-07-03 13:41:09 -06:00
parent e654aa002b
commit 24d27121d1
5 changed files with 142 additions and 21 deletions

View file

@ -19,7 +19,7 @@ if ('serviceWorker' in navigator) {
}
createRoot(document.getElementById('root')!).render(
<StrictMode>
// <StrictMode>
<App />
</StrictMode>,
// </StrictMode>,
)