How to Add prompt=select_account to Google OAuth in Immich?
Hey everyone,
I'm currently using Immich with Google OAuth and have run into an issue. When signing in, it always automatically uses my active Google account, even if I want to use a different one. To force Google to show the account selection, we need the parameter prompt=select_account in the OAuth configuration.
Is there any way to add this parameter directly in Immich's configuration, or would this require modifying the code (e.g., in the GoogleStrategy options within Passport)? Has anyone implemented this or found a workaround?
I'm currently using Immich with Google OAuth and have run into an issue. When signing in, it always automatically uses my active Google account, even if I want to use a different one. To force Google to show the account selection, we need the parameter prompt=select_account in the OAuth configuration.
Is there any way to add this parameter directly in Immich's configuration, or would this require modifying the code (e.g., in the GoogleStrategy options within Passport)? Has anyone implemented this or found a workaround?