mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 07:12:46 +01:00
Hide API key when view is changed (#743)
This commit is contained in:
@@ -99,6 +99,7 @@ export default Vue.extend({
|
||||
watch: {
|
||||
'$route': function () {
|
||||
this.loadUser();
|
||||
this.newUserResponse = undefined;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user