Skip to content

Commit

Permalink
perf(auth): remove default value of ignores (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Jan 1, 2024
1 parent ed141c1 commit e473ff4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/auth/src/auth.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const AUTH_DEFAULT_CONFIG: AlainAuthConfig = {
token_send_template: '${token}',
token_send_place: 'header',
login_url: '/login',
ignores: [/\/login/, /assets\//, /passport\//],
refreshTime: 3000,
refreshOffset: 6000
};
Expand Down

0 comments on commit e473ff4

Please sign in to comment.