Update documentation

Fix typo
This commit is contained in:
René Preuß
2023-04-08 16:07:39 +02:00
parent 06feac925b
commit 4b7d11f44d
2 changed files with 38 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ const defaults: ModuleOptions = {
endpoints: {
authorization: 'https://accounts.bitinflow.com/oauth/authorize',
token: 'https://accounts.bitinflow.com/oauth/token',
userInfo: `https://accounts.bitinflow.com/api/v3/user`,
userInfo: 'https://accounts.bitinflow.com/api/v3/user',
logout: null,
},
refreshToken: {