mirror of
https://github.com/fergalmoran/next-auth-aspnetcore-adapter.git
synced 2025-12-22 09:29:06 +00:00
9 lines
190 B
TypeScript
9 lines
190 B
TypeScript
export const fixtures = {
|
|
baseUrl: 'http://localhost:8080',
|
|
user: {
|
|
username: "fillmurray",
|
|
email: "fill@murray.com",
|
|
password: "FillMurray@12345!"
|
|
},
|
|
};
|