Skip to content

Commit ffa83b1

Browse files
authored
Merge pull request #5734 from adrien-may/patch-2
📝 Update getIdentity signature in Authentication.md
2 parents b1a6670 + b44ae67 commit ffa83b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ export default {
412412
localStorage.removeItem('permissions');
413413
return Promise.resolve();
414414
},
415-
getIdentity: (error) => { /* ... */ },
415+
getIdentity: () => { /* ... */ },
416416
getPermissions: () => {
417417
const role = localStorage.getItem('permissions');
418418
return role ? Promise.resolve(role) : Promise.reject();

0 commit comments

Comments
 (0)