Self-hosted desktop SSO (#5265)

# Description of Changes
Support SSO in self-hosted desktop app.

---------

Co-authored-by: Anthony Stirling <[email protected]>
This commit is contained in:
James Brunton
2026-01-09 18:21:16 +00:00
committed by GitHub
co-authored by Anthony Stirling
parent dd09f7b7cf
commit 18be8f4692
40 changed files with 1877 additions and 135 deletions
@@ -172,6 +172,6 @@ describe('AuthCallback', () => {
</BrowserRouter>
);
expect(getByText('Completing authentication...')).toBeInTheDocument();
expect(getByText('Completing authentication')).toBeInTheDocument();
});
});