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