mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-01 12:10:40 +00:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
|
export const DEFAULT_USER_DATA = {
|
||
|
username: "testuser",
|
||
|
password: "testuser123",
|
||
|
};
|