added signup callback page that runs an api call to finish signup
This commit is contained in:
parent
e654aa002b
commit
24d27121d1
5 changed files with 142 additions and 21 deletions
|
|
@ -19,7 +19,7 @@ if ('serviceWorker' in navigator) {
|
|||
}
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
// <StrictMode>
|
||||
<App />
|
||||
</StrictMode>,
|
||||
// </StrictMode>,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue