mirror of
https://github.com/bitinflow/nuxt-oauth.git
synced 2026-03-14 06:06:02 +00:00
Update documentation
Fix typo
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user