Skip to content

Commit 1e38014

Browse files
authored
Update src/controllers/Auth.ts
1 parent a8f2ea9 commit 1e38014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/Auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class AuthController extends BaseController {
106106
action: 'checkRights'
107107
};
108108
return this.query(request)
109-
.then(response => response.result);
109+
.then(response => response.result.allowed);
110110
}
111111

112112
/**

0 commit comments

Comments
 (0)