chore: update demo username

This commit is contained in:
Steven 2023-09-25 09:10:39 +08:00
parent 6cff920f0c
commit 8c2f89edc5
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ INSERT INTO
VALUES
(
101,
'demohero',
'memos-demo',
'HOST',
'demo@usememos.com',
'Derobot',

View file

@ -32,7 +32,7 @@ const Auth = () => {
useEffect(() => {
if (mode === "demo") {
setUsername("demohero");
setUsername("memos-demo");
setPassword("secret");
}
}, [mode]);