forgot password in login page and account info implemented, sms.ir service works fine with sandbox key.
This commit is contained in:
@@ -34,7 +34,9 @@ function shouldSkipRefreshRetry(url: string | undefined): boolean {
|
||||
url.includes('/auth/refresh') ||
|
||||
url.includes('/auth/login') ||
|
||||
url.includes('/auth/register') ||
|
||||
url.includes('/auth/logout')
|
||||
url.includes('/auth/logout') ||
|
||||
url.includes('/auth/forgot-password') ||
|
||||
url.includes('/auth/profile/password')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user