Skip to content

Commit

Permalink
fix: do not play sound on login
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 7, 2023
1 parent e1a4dbc commit aad19e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/views/start/StartLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ import StartServerIdentity from "@/components/start/StartServerIdentity.vue";
// PROJECT: STORES
import Store from "@/store";

// PROJECT: UTILITIES
import { default as UtilitiesAudio, AudioSound } from "@/utilities/audio";

export default {
name: "StartLogin",

Expand Down Expand Up @@ -72,9 +69,6 @@ export default {
// Show success alert
BaseAlert.success("Authenticated", "Welcome back!");

// Play success sound
UtilitiesAudio.play(AudioSound.AlertActionSuccess);

// Redirect to dashboard
this.$router.push({
name: "app"
Expand Down

0 comments on commit aad19e6

Please sign in to comment.