File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
spring-boot-admin-server-ui/src/main/frontend Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 4747 id ="login "
4848 > </ section >
4949
50- < script lang ="javascript " src ="sba-settings.js "> </ script >
5150 < script type ="module " lang ="javascript " src ="./login.js "> </ script >
5251 </ body >
5352</ html >
Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ import SbaInput from '@/components/sba-input';
6161import SbaPanel from ' @/components/sba-panel' ;
6262import SbaWave from ' @/components/sba-wave' ;
6363
64- import sbaConfig from ' @/sba-config' ;
65-
6664const i18n = useI18n ();
6765const t = i18n .t ;
6866
@@ -89,7 +87,7 @@ const props = defineProps({
8987 },
9088});
9189
92- const { rememberMeEnabled } = sbaConfig .uiSettings ;
90+ const { rememberMeEnabled } = window .uiSettings ;
9391
9492const error = computed (() => {
9593 let errors = props .param .error ;
You can’t perform that action at this time.
0 commit comments