Skip to content

Commit

Permalink
Set a default user
Browse files Browse the repository at this point in the history
  • Loading branch information
Miouge1 committed Mar 21, 2018
1 parent af9266a commit 7e4e507
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/kuberos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ export default {
.get(url)
.then(function(response) {
_this.kubecfg = response.data;
if(_this.kubecfg.email == "") {
_this.kubecfg.email = "kuberos";
}
})
.catch(function(error) {
_this.error = error;
Expand Down

0 comments on commit 7e4e507

Please sign in to comment.