mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
08ce66f317
* refactor(core): use SSOT for env variables * fix(core): tests
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
const signIn = '/sign-in';
|
|
|
|
export const routes = Object.freeze({
|
|
signIn: {
|
|
credentials: signIn,
|
|
consent: signIn + '/consent',
|
|
},
|
|
});
|