Add SSO login options to desktop app (#4954)

# Description of Changes
Add SSO login options to desktop app
This commit is contained in:
James Brunton
2025-11-25 11:56:25 +00:00
committed by GitHub
parent 2534c532b7
commit 64d343b765
12 changed files with 753 additions and 29 deletions
+16 -2
View File
@@ -5775,9 +5775,23 @@
},
"error": {
"emptyUsername": "Please enter your username",
"emptyPassword": "Please enter your password"
"emptyPassword": "Please enter your password",
"oauthFailed": "OAuth login failed. Please try again."
},
"submit": "Login"
"submit": "Login",
"signInWith": "Sign in with",
"oauthPending": "Opening browser for authentication...",
"orContinueWith": "Or continue with email"
}
},
"oauth": {
"success": {
"title": "Authentication Successful",
"message": "You can close this window and return to Stirling PDF."
},
"error": {
"title": "Authentication Failed",
"message": "Authentication was not successful. You can close this window and try again."
}
},
"settings": {