Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix (rust crypto): Adjust login procedures to account for rust crypto behaviour. #2603

Merged
merged 2 commits into from
Sep 2, 2024

Fix interactive login with authenticated guest user.

4fa6d9f
Select commit
Loading
Failed to load commit list.
Merged

Fix (rust crypto): Adjust login procedures to account for rust crypto behaviour. #2603

Fix interactive login with authenticated guest user.
4fa6d9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 2, 2024 in 1s

0.00% of diff hit (target 80.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 80.00%)

Annotations

Check warning on line 385 in src/ClientContext.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ClientContext.tsx#L382-L385

Added lines #L382 - L385 were not covered by tests

Check warning on line 387 in src/ClientContext.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ClientContext.tsx#L387

Added line #L387 was not covered by tests

Check warning on line 36 in src/auth/LoginPage.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/auth/LoginPage.tsx#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 34 in src/auth/useInteractiveLogin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/auth/useInteractiveLogin.ts#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 48 in src/auth/useInteractiveLogin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/auth/useInteractiveLogin.ts#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 64 in src/auth/useInteractiveLogin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/auth/useInteractiveLogin.ts#L50-L64

Added lines #L50 - L64 were not covered by tests

Check warning on line 76 in src/auth/useInteractiveLogin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/auth/useInteractiveLogin.ts#L69-L76

Added lines #L69 - L76 were not covered by tests

Check warning on line 88 in src/auth/useInteractiveLogin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/auth/useInteractiveLogin.ts#L79-L88

Added lines #L79 - L88 were not covered by tests

Check warning on line 93 in src/auth/useInteractiveLogin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/auth/useInteractiveLogin.ts#L90-L93

Added lines #L90 - L93 were not covered by tests

Check warning on line 140 in src/utils/matrix.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/matrix.ts#L140

Added line #L140 was not covered by tests

Check warning on line 165 in src/utils/matrix.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/matrix.ts#L158-L165

Added lines #L158 - L165 were not covered by tests