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 c34da29 commit 1db5891Copy full SHA for 1db5891
src/authClient.js
@@ -8,7 +8,7 @@ import {
8
import decodeJwt from 'jwt-decode';
9
10
/**
11
- * @param {{storageKey?: string, authenticate?: {strategy: string}, permissionKey?: string, permissionField?: string, passwordField?: string, usernameField?: string, redirectTo?: string, logoutOnForbidden?: boolean}} options
+ * @param {{storageKey?: string, authenticate?: {strategy: string}, permissionsKey?: string, permissionsField?: string, passwordField?: string, usernameField?: string, redirectTo?: string, logoutOnForbidden?: boolean}} options
12
*/
13
export default (client, options = {}) => (type, params) => {
14
const {
0 commit comments