diff --git a/src/gui/src/helpers/launch_app.js b/src/gui/src/helpers/launch_app.js index 292e157b0..145a2476f 100644 --- a/src/gui/src/helpers/launch_app.js +++ b/src/gui/src/helpers/launch_app.js @@ -497,7 +497,7 @@ const launch_app = async (options) => { } // credentialless - let credentialless = true; + let credentialless = false; if ( app_info.metadata?.credentialless !== undefined && typeof app_info.metadata.credentialless === 'boolean' ) { credentialless = app_info.metadata.credentialless;