riot-desktop open SSO in browser so user doesn't have to auth twice

This commit is contained in:
Michael Telatynski
2020-03-02 15:04:51 +00:00
parent 40eec12b86
commit abe074e43e
4 changed files with 28 additions and 14 deletions

View File

@@ -103,6 +103,10 @@
"directories": {
"output": "dist"
},
"afterSign": "scripts/electron_afterSign.js"
"afterSign": "scripts/electron_afterSign.js",
"protocols": [{
"name": "riot",
"schemes": ["riot"]
}]
}
}