[WEB-1657] dev: admin application code structuring. (#4867)
* [WEB-1657] dev: admin application code structuring. * chore: update mobx-react-lite import to mobx-react.
This commit is contained in:
parent
096d9b1541
commit
94e6fd4b29
67 changed files with 148 additions and 123 deletions
8
packages/types/src/instance/auth.d.ts
vendored
8
packages/types/src/instance/auth.d.ts
vendored
|
|
@ -1,3 +1,11 @@
|
|||
export type TInstanceAuthenticationModes = {
|
||||
key: string;
|
||||
name: string;
|
||||
description: string;
|
||||
icon: JSX.Element;
|
||||
config: JSX.Element;
|
||||
};
|
||||
|
||||
export type TInstanceAuthenticationMethodKeys =
|
||||
| "ENABLE_SIGNUP"
|
||||
| "ENABLE_MAGIC_LINK_LOGIN"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue