SDA-4089 Browser login autoconnect (#1809)

* RTC-13931 Disable D3D11 by default

* SDA-4089 Browser login autolaunch

* SDA-4089 Browser login autolaunch

* SDA-4089 Browser login autolaunch

* SDA-4089 Browser login autolaunch

* SDA-4089 Browser login autolaunch

* SDA-4089 Browser login autolaunch

* SDA-4089 Browser login autolaunch

* cleanup
This commit is contained in:
Salah Benmoussati
2023-03-28 15:10:18 +02:00
parent 6f9239e577
commit 0af813ae97
23 changed files with 449 additions and 144 deletions

View File

@@ -99,35 +99,60 @@ exports[`welcome should render correctly 1`] = `
1,000 institutions.
</span>
</div>
<div>
<div
className="Welcome-login-text"
>
<span>
Log in with your pod URL
</span>
<div
className="Welcome-login-text"
>
<span>
Log in with your pod URL
</span>
</div>
<div
className="Welcome-input-container"
>
<span>
Pod URL
</span>
<div>
<input
className="Welcome-main-container-podurl-box"
data-testid="Welcome-main-container-podurl-box"
disabled={false}
onChange={[Function]}
tabIndex={0}
type="url"
value="https://[POD].symphony.com"
/>
<label
className="Welcome-input-message"
>
Find your pod URL in your invitation email.
</label>
</div>
<div
className="Welcome-input-container"
</div>
<div
className="Welcome-auto-connect-wrapper"
>
<label
className="switch"
>
<span>
Pod URL
<input
checked={false}
disabled={false}
onChange={[Function]}
type="checkbox"
/>
<span
className="slider round"
/>
</label>
<div
className="auto-connect-labels"
>
<span
className="auto-connect-label"
>
Automatically redirect to your web browser on launch
</span>
<div>
<input
className="Welcome-main-container-podurl-box"
data-testid="Welcome-main-container-podurl-box"
onChange={[Function]}
tabIndex={0}
type="url"
value="https://[POD].symphony.com"
/>
<label
className="Welcome-input-message"
>
Find your pod URL in your invitation email.
</label>
</div>
</div>
</div>
<button