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 2fb18f4 commit e5ed636Copy full SHA for e5ed636
generators/vue/templates/src/main/webapp/app/main.ts.ejs
@@ -114,7 +114,7 @@ setupAxiosInterceptors(
114
if (status === 401) {
115
// Store logged out state.
116
store.commit('logout');
117
- if (!url.endsWith('api/account') && !url.endsWith('api/authenticate')) {
+ if (!url.endsWith('api/account') && !url.endsWith('api/<% if (authenticationTypeSession) { %>authentication<% } else { %>authenticate<% } %>')) {
118
// Ask for a new authentication
119
<%_ if (authenticationTypeOauth2) { _%>
120
window.location.reload();
0 commit comments