Skip to content

Commit

Permalink
Maintenance: Desktop - Remove test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Dec 18, 2023
1 parent 7c6cfe0 commit 6f786cf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/frontend/apps/desktop/pages/login/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ const loginSchema = [
props: {
class: 'text-right text-sm',
link: '/#password_reset',
onClick(e: Event) {
e.preventDefault()
// eslint-disable-next-line no-alert
window.alert('TEST')
},
},
children: __('Forgot password?'),
},
Expand Down

0 comments on commit 6f786cf

Please sign in to comment.