Remove "/auto-signup/oauth/authorize" path introduced in PR: #896

This commit is contained in:
Yang Luo
2024-02-20 17:40:39 +08:00
parent 546512a0ea
commit 69a8346d05
3 changed files with 3 additions and 5 deletions

View File

@ -721,7 +721,6 @@ class App extends Component {
window.location.pathname.startsWith("/prompt") ||
window.location.pathname.startsWith("/result") ||
window.location.pathname.startsWith("/cas") ||
window.location.pathname.startsWith("/auto-signup") ||
window.location.pathname.startsWith("/select-plan") ||
window.location.pathname.startsWith("/buy-plan") ||
window.location.pathname.startsWith("/qrcode") ;