Skip to content

Commit

Permalink
Merge pull request #5779 from pmattmann/feature/simple-test-login
Browse files Browse the repository at this point in the history
simplify test user login
  • Loading branch information
usu authored Aug 27, 2024
2 parents d2e88c2 + 8cfe909 commit 897670b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions frontend/src/views/auth/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@
<i18n :path="infoTextKey">
<template #br><br /></template>
</i18n>
<div class="text-right" style="margin-top: -26px">
<v-btn
color="warning"
height="32px"
@click="
() => {
email = '[email protected]'
password = 'test'
login()
}
"
>
Login
</v-btn>
</div>
</div>
</v-alert>
<v-alert v-if="error" outlined text border="left" type="error">
Expand Down

0 comments on commit 897670b

Please sign in to comment.