mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 12:29:41 +02:00
Non-SMTP password reset (#4031)
* update * validate * k * minor cleanup * nit * finalize * k * fix tests * fix tests * fix tests
This commit is contained in:
@@ -7,3 +7,8 @@ export const TEST_ADMIN_CREDENTIALS = {
|
||||
email: "admin_user@test.com",
|
||||
password: "TestPassword123!",
|
||||
};
|
||||
|
||||
export const TEST_ADMIN2_CREDENTIALS = {
|
||||
email: "admin2_user@test.com",
|
||||
password: "TestPassword123!",
|
||||
};
|
||||
|
Reference in New Issue
Block a user