feat: add login and logout (#436)

This commit is contained in:
Manuel
2024-05-04 22:57:13 +02:00
committed by GitHub
parent b888fad1fc
commit 51aaab2f23
3 changed files with 85 additions and 4 deletions

View File

@@ -18,6 +18,9 @@ export type CreateModalOptions = Pick<
| "zIndex"
| "scrollAreaComponent"
| "yOffset"
| "transitionProps"
| "closeOnClickOutside"
| "closeOnEscape"
> & {
defaultTitle: stringOrTranslation;
};