Skip to content

Commit 1db5891

Browse files
authored
fix: permissionsKey and permissionsField in authClient options types (#171)
1 parent c34da29 commit 1db5891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
import decodeJwt from 'jwt-decode';
99

1010
/**
11-
* @param {{storageKey?: string, authenticate?: {strategy: string}, permissionKey?: string, permissionField?: string, passwordField?: string, usernameField?: string, redirectTo?: string, logoutOnForbidden?: boolean}} options
11+
* @param {{storageKey?: string, authenticate?: {strategy: string}, permissionsKey?: string, permissionsField?: string, passwordField?: string, usernameField?: string, redirectTo?: string, logoutOnForbidden?: boolean}} options
1212
*/
1313
export default (client, options = {}) => (type, params) => {
1414
const {

0 commit comments

Comments
 (0)