5 lines
93 B
TypeScript
Raw Normal View History

export const DEFAULT_USER_DATA = {
username: "testuser",
password: "testuser123",
};