mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(core): fix mock data type error
dix mock data type error
This commit is contained in:
parent
b0ec9796e4
commit
bb6d88d7c4
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@ export const mockApplication: Application = {
|
|||
},
|
||||
protectedAppMetadata: null,
|
||||
isThirdParty: false,
|
||||
unknownSessionFallbackUri: null,
|
||||
createdAt: 1_645_334_775_356,
|
||||
customData: {},
|
||||
};
|
||||
|
@ -77,6 +78,7 @@ export const mockProtectedApplication: Omit<Application, 'protectedAppMetadata'>
|
|||
sessionDuration: 1_209_600,
|
||||
pageRules: [],
|
||||
},
|
||||
unknownSessionFallbackUri: null,
|
||||
isThirdParty: false,
|
||||
createdAt: 1_645_334_775_356,
|
||||
customData: {},
|
||||
|
|
Loading…
Reference in a new issue