From 44a67335af549458cb5a849c851d23debe8bd97b Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Sun, 26 Dec 2021 15:04:33 +0800 Subject: [PATCH] fix: set extra --- src/models/auth.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/auth.tsx b/src/models/auth.tsx index 19ef185..e52a172 100644 --- a/src/models/auth.tsx +++ b/src/models/auth.tsx @@ -63,7 +63,7 @@ export interface AuthController { * 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