Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Szymczuk <marek@osiemsiedem.com>
  • Loading branch information
claudiodekker and bonzai authored Dec 28, 2020
1 parent dbcc9ef commit 3a0a0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
this.confirmingUserDeletion = false
this.form.reset()
},
confirmUserDeletion() {
this.confirmingUserDeletion = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
this.confirmingLogout = false
this.form.reset()
},
confirmLogout() {
this.confirmingLogout = true
Expand Down

0 comments on commit 3a0a0b2

Please sign in to comment.