mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-13 04:27:25 +03:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
|
export const DEFAULT_USER_DATA = {
|
||
|
username: "testuser",
|
||
|
password: "testuser123",
|
||
|
};
|