mirror of
https://github.com/koush/scrypted.git
synced 2026-09-19 18:20:40 +01:00
Fix double login
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
persistent
|
||||
max-width="600px"
|
||||
>
|
||||
<v-form @submit="doLogin">
|
||||
<v-form @submit.prevent="doLogin">
|
||||
<v-card dark color="purple">
|
||||
<v-card-title>
|
||||
<span class="headline">Scrypted Management Console</span>
|
||||
@@ -194,7 +194,7 @@
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn type="submit" text @click="doLogin">Log In</v-btn>
|
||||
<v-btn type="submit" text @click.prevent="doLogin">Log In</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-form>
|
||||
|
||||
Reference in New Issue
Block a user