We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13749ea commit 34e89c8Copy full SHA for 34e89c8
src/resources/auth.js
@@ -12,7 +12,7 @@ function auth(config) {
12
retrieve: (params) => {
13
const url = `${config.apiURL}/get_auth_backends`;
14
15
- return api(url, config, 'GET', params).then(res => {
+ return api(url, config, 'GET', params).then((res) => {
16
const backends = [];
17
18
if (res.result === 'success') {
0 commit comments