Skip to content

Commit 0db548f

Browse files
committed
style: rewrap
1 parent 89fa32f commit 0db548f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/auth/user.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export function useCurrentUser(name?: string) {
3737
}
3838

3939
/**
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.
4142
*
4243
* @param name - name of the application
4344
*/

0 commit comments

Comments
 (0)