diff --git a/src/lib/ae_stores.ts b/src/lib/ae_stores.ts index 38a133c9..13baf50b 100644 --- a/src/lib/ae_stores.ts +++ b/src/lib/ae_stores.ts @@ -343,6 +343,10 @@ let ae_app_session_data_defaults: key_val = { hide_quick_info: true }, + app_cfg: { + show_element__passcode_input: true, + }, + 'ds': { 'submit_status': null, }, diff --git a/src/lib/e_app_access_type.svelte b/src/lib/e_app_access_type.svelte index e196cfc5..72e09777 100644 --- a/src/lib/e_app_access_type.svelte +++ b/src/lib/e_app_access_type.svelte @@ -283,7 +283,7 @@ function handle_clear_access() { flex flex-col flex-wrap gap-1 items-end justify-center - w-72 max-w-72 + w-full p-1 border-2 border-gray-200 @@ -295,7 +295,7 @@ function handle_clear_access() {