Skip to content

Conversation

mattcreaser
Copy link
Member

Issue #, if available:

Description of changes:
Adds the UIs for the Select Auth Factor and Confirm Password steps. Does not yet hook up this functionality.

API naming subject to review.

How did you test these changes?

  • Unit tests/screenshot tests

Documentation update required?

  • No
  • Yes (Please include a PR link for the documentation update)

General Checklist

  • Added Unit Tests
  • Added Integration Tests
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Ensure commit message has the appropriate scope (e.g fix(liveness): message, fix(authenticator): message, fix(all): message)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mattcreaser mattcreaser requested review from a team as code owners September 26, 2025 13:50

import androidx.compose.ui.unit.dp

internal object AuthenticatorUiConstants {
Copy link
Member

Choose a reason for hiding this comment

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

Is this something you want o bring to other dp values. I see this is now being used but we are defining specific dp values without a constant throughout the rest of the PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes eventually, for shared values anyways

Base automatically changed from mattcreaser/passkey-prompt-ui to feat/passwordless October 1, 2025 15:33
@mattcreaser mattcreaser merged commit d496b4b into feat/passwordless Oct 1, 2025
@mattcreaser mattcreaser deleted the mattcreaser/passwordless-select-factor branch October 1, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants