🐛 fix: fix desktop beta redirect uris (#7589)

This commit is contained in:
Arvin Xu
2025-04-27 16:53:53 +08:00
committed by GitHub
parent b6efc2990c
commit 9efdbf36ec
+2
View File
@@ -17,12 +17,14 @@ export const defaultClients: ClientMetadata[] = [
post_logout_redirect_uris: [
'com.lobehub.lobehub-desktop-dev://auth/logout/callback',
'com.lobehub.lobehub-desktop-nightly://auth/logout/callback',
'com.lobehub.lobehub-desktop-beta://auth/logout/callback',
'com.lobehub.lobehub-desktop://auth/logout/callback',
],
redirect_uris: [
'com.lobehub.lobehub-desktop-dev://auth/callback',
'com.lobehub.lobehub-desktop-nightly://auth/callback',
'com.lobehub.lobehub-desktop-beta://auth/callback',
'com.lobehub.lobehub-desktop://auth/logout/callback',
],