Skip to content

Commit 443957f

Browse files
authored
Update authentication.md
1 parent 1664b53 commit 443957f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Firestack handles authentication for us out of the box, both with email/password
99
### Properties
1010

1111
##### `authenticated: boolean` - Returns the current Firebase authentication state.
12-
##### `currentUser: [User](#user) | null` - Returns the currently signed-in user (or null).
12+
##### `currentUser: [User](/docs/api/authentication#user) | null` - Returns the currently signed-in user (or null).
1313

1414
### Methods
1515

0 commit comments

Comments
 (0)