mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-27 07:36:01 +00:00
Make credentialless false by default
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user