mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 00:30:27 +00:00
fix auto-setting variables
This commit is contained in:
parent
82378de49b
commit
64b5c0b1db
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
const { data: status } = useAsyncData(async () => {
|
const { data: status } = useAsyncData(async () => {
|
||||||
const { data } = await api.status();
|
const { data } = await api.status();
|
||||||
|
|
||||||
if (data) {
|
if (data.demo) {
|
||||||
username.value = "demo@example.com";
|
username.value = "demo@example.com";
|
||||||
password.value = "demo";
|
password.value = "demo";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue