You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/auth/user.ts
+2-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ export function useCurrentUser(name?: string) {
37
37
}
38
38
39
39
/**
40
-
* Helper that returns a computed boolean that becomes `true` as soon as the current user is no longer `undefined`. Note this doesn't ensure the user is logged in, only if the initial signing process has run.
40
+
* Helper that returns a computed boolean that becomes `true` as soon as the current user is no longer `undefined`. Note
41
+
* this doesn't ensure the user is logged in, only if the initial signing process has run.
0 commit comments