Spaces:
Sleeping
Sleeping
Update static/auth.html
Browse files- static/auth.html +1 -1
static/auth.html
CHANGED
|
@@ -105,7 +105,7 @@
|
|
| 105 |
}
|
| 106 |
|
| 107 |
function sendVerificationEmail() {
|
| 108 |
-
account.createVerification('https://pvanand-specialized-agents.hf.space/auth')
|
| 109 |
.then(response => {
|
| 110 |
setMessage('Verification email sent. Please check your inbox.');
|
| 111 |
console.log(response);
|
|
|
|
| 105 |
}
|
| 106 |
|
| 107 |
function sendVerificationEmail() {
|
| 108 |
+
account.createVerification('https://pvanand-specialized-agents.hf.space/auth-success')
|
| 109 |
.then(response => {
|
| 110 |
setMessage('Verification email sent. Please check your inbox.');
|
| 111 |
console.log(response);
|