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