1
0
mirror of https://github.com/bitwarden/docs synced 2025-12-06 01:33:19 +00:00

fix some settings

This commit is contained in:
Kyle Spearrin
2019-02-28 14:23:47 -05:00
parent 7cc0a0c707
commit 98479b9c33

View File

@@ -50,7 +50,7 @@
layout: 'StandaloneLayout',
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'
},
],
@@ -68,8 +68,8 @@
});
ui.initOAuth({
clientId: 'account_type.id',
clientSecret: 'secret_key',
clientId: 'accountType.id',
clientSecret: 'secretKey',
scopeSeperator: ' ',
useBasicAuthenticationWithAccessCodeGrant: false,
});