Skip to content

Commit aad3cc3

Browse files
authored
docs: Fix auth docs (#873)
1 parent 1fb134a commit aad3cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/advanced/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Handler middleware(Handler handler) {
123123
.use(
124124
bearerTokenAuthentication<User>(
125125
userFromToken: userRepository.fetchFromAccessToken,
126-
).build(),
126+
),
127127
);
128128
}
129129
```

0 commit comments

Comments
 (0)