Skip to content

Commit 2f2f52c

Browse files
authored
Update README.md
1 parent 6b96fd1 commit 2f2f52c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ After user register or login process you can generate a JWT to respond the reque
112112
```csharp
113113
return _jwtBuilder
114114
.WithEmail(email)
115-
.WithRefreshToken()
115+
.WithRefreshToken()
116116
.BuildToken();
117117
```
118118

0 commit comments

Comments
 (0)