Skip to content

Commit c1ff8a3

Browse files
committed
Enable email confirmation code and style modal
1 parent c352dfe commit c1ff8a3

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/gui/src/css/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

src/gui/src/initgui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)