Use a static width for the auth dialog

This commit is contained in:
root
2021-11-23 12:51:01 +05:30
parent d16e997348
commit 466d98657c
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<v-dialog
v-model="dialogOpen"
max-width="768"
:width="768"
v-if="!$store.getters['auth/isCurrentlyAuthenticated']"
>
<template v-slot:activator="{ on, attrs }">