mirror of
https://github.com/bitwarden/docs
synced 2025-12-11 05:43:19 +00:00
fix some settings
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
layout: 'StandaloneLayout',
|
layout: 'StandaloneLayout',
|
||||||
urls: [
|
urls: [
|
||||||
{
|
{
|
||||||
url: 'https://docs.bitwarden.com/api/specs/public/1.0.0/swagger.json',
|
url: 'https://docs.bitwarden.com/api/specs/public/swagger.json',
|
||||||
name: 'Bitwarden Public API'
|
name: 'Bitwarden Public API'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -68,8 +68,8 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
ui.initOAuth({
|
ui.initOAuth({
|
||||||
clientId: 'account_type.id',
|
clientId: 'accountType.id',
|
||||||
clientSecret: 'secret_key',
|
clientSecret: 'secretKey',
|
||||||
scopeSeperator: ' ',
|
scopeSeperator: ' ',
|
||||||
useBasicAuthenticationWithAccessCodeGrant: false,
|
useBasicAuthenticationWithAccessCodeGrant: false,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user