Closed vojtech-cerveny closed 4 months ago
Would it be possible to do this work against the in-browser-merged
branch? There are a lot of changes in that branch that will have conflicts with these changes if we were to merge into master
, I'm pretty sure.
in-browser-merged
branch as it as requested.
Login.js
and how Electron handle externalUrl.Now I can call function handleIncomingUrl and return correct url (like
tidepooluploader://localhost/keycloak-redirect#state....
How to test: Add these variables (qa2 personal account) into
.env
yarn test:e2e --headed
for visible Chromeyarn test:e2e
It is draft, please let me know what do you think about my changes.