Skip to content

feat(site): add change OIDC UI #8182

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

Merged
merged 10 commits into from
Jun 28, 2023
Merged

Conversation

BrunoQuaresma
Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma commented Jun 23, 2023

Wording can be updated, this feature is still hidden

FE Flow

Screenshot from 2023-06-26 13-18-24

Screenshot from 2023-06-26 13-18-27

OIDC Authenticated

Screenshot from 2023-06-22 14-00-39

@BrunoQuaresma BrunoQuaresma self-assigned this Jun 23, 2023
@@ -211,6 +211,5 @@
"go.testFlags": ["-short", "-coverpkg=./..."],
// We often use a version of TypeScript that's ahead of the version shipped
// with VS Code.
"typescript.tsdk": "./site/node_modules/typescript/lib",
"prettier.prettierPath": "./node_modules/prettier"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we end up taking this out?

@@ -20,21 +24,63 @@ export const SecurityPage: FC = () => {
},
)
const { error } = securityState.context
const { data: authMethods } = useQuery({
queryKey: ["authMethods"],
queryFn: getAuthMethods,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need any error handling for this query?

@Emyrk Emyrk merged commit 6294fb5 into stevenmasley/merge_oidc_account Jun 28, 2023
@Emyrk Emyrk deleted the bq/oidc-ui branch June 28, 2023 16:26
@github-actions github-actions bot locked and limited conversation to collaborators Jun 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants