Verify seed users and change AppleCar password (#11825)
isEmailVerified was set to false which was annoying in the staging environment Also updated password for tim@apple.dev from AppleCar2025 to just tim@apple.dev since the joke is outdated
This commit is contained in:
@ -13,7 +13,7 @@ ORIGIN.hostname =
|
||||
|
||||
const auth = {
|
||||
email: 'tim@apple.dev',
|
||||
password: 'Applecar2025',
|
||||
password: 'tim@apple.dev',
|
||||
};
|
||||
|
||||
describe('AuthResolve (integration)', () => {
|
||||
|
||||
Reference in New Issue
Block a user