mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-07 13:42:34 +00:00
chore: update seeding data
This commit is contained in:
@ -30,7 +30,7 @@ const Auth: React.FC = () => {
|
||||
api.getSystemStatus().then(({ data }) => {
|
||||
const { data: status } = data;
|
||||
if (status.profile.mode === "dev") {
|
||||
setEmail("demo@iamcorgi.com");
|
||||
setEmail("frank@iamcorgi.com");
|
||||
setPassword("secret");
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user