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