v1.0
- added task rendering instead of molecule - fied a lot of errors - changes experiment page to show generic experiment info
This commit is contained in:
@@ -61,8 +61,6 @@ export const updatePasswordWithRedirect = async (
|
||||
redirectUri:
|
||||
successRedirectUrl ||
|
||||
window.location.origin +
|
||||
"/" +
|
||||
import.meta.env.VITE_BASE_PATH +
|
||||
"/" +
|
||||
routes.SettingsPage.path +
|
||||
"?password_updated=true",
|
||||
@@ -85,7 +83,6 @@ export const SendEmailVerification = async () => {
|
||||
action: "VERIFY_EMAIL",
|
||||
redirectUri:
|
||||
window.location.origin +
|
||||
import.meta.env.VITE_BASE_PATH +
|
||||
"/" +
|
||||
routes.SettingsPage.path +
|
||||
"?email_sent=true",
|
||||
|
||||
Reference in New Issue
Block a user