We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c86835 commit 5579804Copy full SHA for 5579804
custom/SetPassword.vue
@@ -4,7 +4,7 @@
4
'background-image': 'url(' + loadFile(coreStore.config?.loginBackgroundImage) + ')',
5
'background-size': 'cover',
6
'background-position': 'center',
7
- 'background-blend-mode': 'darken'
+ 'background-blend-mode': coreStore.config?.removeBackgroundBlendMode ? 'normal' : 'darken'
8
}: {}"
9
>
10
0 commit comments