Skip to content

Commit

Permalink
Merge branch 'develop' into fix/CXSPA-8716
Browse files Browse the repository at this point in the history
  • Loading branch information
rmch91 authored Oct 24, 2024
2 parents 98fabb7 + 0bf6413 commit 56678d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function updateEmail(): String {
}

export function updateEmailV2(): String {
const password = 'Password123.';
const password = 'Pas!sword123.';
const newUid = generateMail(randomString(), true);

navigateToUpdateEmailPage();
Expand Down

0 comments on commit 56678d3

Please sign in to comment.