Hide API key when view is changed (#743)

This commit is contained in:
Jonas Plum
2023-02-05 02:24:05 +01:00
committed by GitHub
parent aee0be7a68
commit c8b6a6b482

View File

@@ -99,6 +99,7 @@ export default Vue.extend({
watch: {
'$route': function () {
this.loadUser();
this.newUserResponse = undefined;
}
},
methods: {