mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 03:44:39 +00:00
tests, session using timestamp
This commit is contained in:
@@ -77,6 +77,8 @@ export function ChangePasswordForm({
|
||||
return;
|
||||
}
|
||||
|
||||
await new Promise((resolve) => setTimeout(resolve, 1000)); // wait for a second, to prevent eventual consistency issues
|
||||
|
||||
const passwordResponse = await sendPassword({
|
||||
loginName,
|
||||
organization,
|
||||
|
||||
Reference in New Issue
Block a user