Commit 8c2f89ed authored by Steven's avatar Steven

chore: update demo username

parent 6cff920f
......@@ -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]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment