Skip to content

Commit

Permalink
Ensure existing http auth tokens shown
Browse files Browse the repository at this point in the history
fixes #4860
  • Loading branch information
hardillb committed Dec 3, 2024
1 parent 12e82ee commit 02b8856
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/pages/instance/Settings/Security.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ export default {
this.hasErrors = errors
}
}
},
'editable.settings.httpNodeAuth_type': {
handler (v) {
if (v === 'flowforge-user') {
this.getTokens()
}
}
}
},
mounted () {
Expand Down

0 comments on commit 02b8856

Please sign in to comment.