File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2302,6 +2302,15 @@ label {
23022302 cursor : pointer;
23032303}
23042304
2305+ .window-confirm-email-using-code .window-body {
2306+ display : flex;
2307+ flex-direction : column;
2308+ justify-content : center;
2309+ }
2310+ .window-cover-page .window-confirm-email-using-code .generic-close-window-button {
2311+ display : none;
2312+ }
2313+
23052314.email-confirm-code-hyphen {
23062315 display : inline-block;
23072316 flex-grow : 1 ;
Original file line number Diff line number Diff line change @@ -1145,7 +1145,7 @@ window.initgui = async function (options) {
11451145 const whoarewe = await resp . json ( ) ;
11461146 await UIWindowLogin ( {
11471147 reload_on_success : ! window . embedded_in_popup ,
1148- send_confirmation_code : false ,
1148+ send_confirmation_code : true ,
11491149 show_signup_button : ( ! whoarewe . disable_user_signup ) ,
11501150 redirect_url : needs_action ? window . location . href : undefined ,
11511151 window_options : {
You can’t perform that action at this time.
0 commit comments