mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-01-12 22:47:25 +08:00
fix: set extra
This commit is contained in:
@@ -63,7 +63,7 @@ export interface AuthController<UserType extends User = User> {
|
||||
* e.g: Additional user data fetched from a Firestore document, or custom
|
||||
* claims
|
||||
*/
|
||||
setExtra: (extra: any) => void;
|
||||
setExtra: (extra: AuthControllerExtra) => void;
|
||||
|
||||
/**
|
||||
* Delegate in charge of connecting to a backend and performing the auth
|
||||
|
||||
Reference in New Issue
Block a user