mirror of
https://github.com/usememos/memos.git
synced 2025-02-01 10:07:59 +08:00
chore: update demo username
This commit is contained in:
parent
6cff920f0c
commit
8c2f89edc5
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ INSERT INTO
|
|||
VALUES
|
||||
(
|
||||
101,
|
||||
'demohero',
|
||||
'memos-demo',
|
||||
'HOST',
|
||||
'demo@usememos.com',
|
||||
'Derobot',
|
||||
|
|
|
@ -32,7 +32,7 @@ const Auth = () => {
|
|||
|
||||
useEffect(() => {
|
||||
if (mode === "demo") {
|
||||
setUsername("demohero");
|
||||
setUsername("memos-demo");
|
||||
setPassword("secret");
|
||||
}
|
||||
}, [mode]);
|
||||
|
|
Loading…
Reference in a new issue