Merge pull request #12590 from vector-im/t3chguy/sso

riot-desktop open SSO in browser so user doesn't have to auth twice
This commit is contained in:
Michael Telatynski 2020-03-03 22:27:46 +00:00 committed by GitHub
commit 48c8f16a4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 87 additions and 3 deletions

View file

@ -188,7 +188,11 @@
"output": "electron_app/dist",
"app": "electron_app"
},
"afterSign": "scripts/electron_afterSign.js"
"afterSign": "scripts/electron_afterSign.js",
"protocols": [{
"name": "riot",
"schemes": ["riot"]
}]
},
"jest": {
"modulePathIgnorePatterns": [