Skip to content

Commit

Permalink
remove a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade authored May 28, 2024
1 parent 10fb864 commit f6cbe6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/views/auth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export default class Auth extends SavageAimMixin {
// If the user is authenticated, we don't need to be here
this.checkAuth()
document.title = 'Login - Savage Aim'
console.log(this.buttonUrl)
}
// Handlers for the other potential error messages
Expand Down

0 comments on commit f6cbe6c

Please sign in to comment.