pvanand commited on
Commit
e61d9ee
1 Parent(s): a9634f7

Update static/auth.html

Browse files
Files changed (1) hide show
  1. 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);