chore: update seeding data

This commit is contained in:
Steven
2022-09-15 21:11:50 +08:00
parent 5c73f6dd00
commit 7f29882ebf
5 changed files with 121 additions and 5 deletions

View File

@ -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");
}
});