mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-20 14:02:34 +02:00
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
export const DEFAULT_USER_DATA = {
|
|
username: "testuser",
|
|
password: "testuser123",
|
|
};
|