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
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": [