Skip to content

Commit

Permalink
Removed: unwanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Feb 15, 2024
1 parent e3061f6 commit 4398525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ onMounted(() => {
function login() {
store.dispatch("user/setUserInstanceUrl", instanceUrl.value.trim())
// const { username, password } = this;
store.dispatch("user/login", { username: username.value.trim(), password: password.value }).then((data: any) => {
if (data.token) {
username.value = ""
Expand Down

0 comments on commit 4398525

Please sign in to comment.