Skip to content

Commit a381d4f

Browse files
committed
fix: login bg insert from asset not working
1 parent 6340f21 commit a381d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/admin/admin-security.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export default {
367367
},
368368
mounted () {
369369
this.$root.$on('editorInsert', opts => {
370-
this.config.loginBgUrl = opts.path
370+
this.config.authLoginBgUrl = opts.path
371371
})
372372
},
373373
beforeDestroy() {

0 commit comments

Comments
 (0)