File tree 2 files changed +6
-6
lines changed
routes/(console)/project-[project]/auth/security
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
</svelte:element >
25
25
26
26
<style >
27
- .target {
27
+ .target :target {
28
28
padding-top : 120px ;
29
29
margin-top : -120px ;
30
30
}
Original file line number Diff line number Diff line change 36
36
}
37
37
}
38
38
39
- let maxSessionInputField : InputNumber | null = null ;
39
+ let maxPasswordInputField : InputNumber | null = null ;
40
40
41
- $ : if (passwordHistoryEnabled && maxSessionInputField ) {
41
+ $ : if (passwordHistoryEnabled && maxPasswordInputField ) {
42
42
tick ().then (() => {
43
- maxSessionInputField .addInputFocus ();
43
+ maxPasswordInputField .addInputFocus ();
44
44
});
45
45
}
46
46
</script >
66
66
<InputNumber
67
67
max ={20 }
68
68
min ={1 }
69
- id =" max-session "
69
+ id =" max-passwords "
70
70
label =" Limit"
71
- bind:this ={maxSessionInputField }
71
+ bind:this ={maxPasswordInputField }
72
72
disabled ={! passwordHistoryEnabled }
73
73
bind:value ={passwordHistory } />
74
74
</FormList >
You can’t perform that action at this time.
0 commit comments