afe1
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/effects/layouts/src/authentication/authentication.vue
|
|
|
@ -38,7 +38,7 @@ const { authPanelCenter, authPanelLeft, authPanelRight, isDark } = |
|
|
|
|
|
|
|
<template> |
|
|
|
<div |
|
|
|
:class="[isDark]" |
|
|
|
:class="[isDark ? 'dark' : '']" |
|
|
|
class="flex min-h-full flex-1 select-none overflow-x-hidden" |
|
|
|
> |
|
|
|
<template v-if="toolbar"> |
|
|
|
|