fix: resolve settings sync Identity mismatch for OAuth/SSO sessions #127

This commit is contained in:
Linus Rath
2026-04-02 10:54:35 +02:00
parent 01c8afbfe8
commit 6173a9ad13
2 changed files with 22 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import { discoverOAuth, type OAuthMetadata } from "@/lib/oauth/discovery";
import { generateCodeVerifier, generateCodeChallenge, generateState } from "@/lib/oauth/pkce";
import { OAUTH_SCOPES } from "@/lib/oauth/tokens";
const APP_VERSION = "1.4.10";
const APP_VERSION = "1.4.11";
const THEME_OPTIONS = [
{ value: "light" as const, icon: Sun, label: "Light" },