We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53647e8 commit e653670Copy full SHA for e653670
1 file changed
examples/hono/src/App.tsx
@@ -169,7 +169,7 @@ export default function App() {
169
}
170
171
function PasskeyCard({ session }: { session: Session }) {
172
- const icon = session.authenticator?.iconDark ?? session.authenticator?.iconLight ?? null
+ const icon = session.authenticator?.iconLight ?? session.authenticator?.iconDark ?? null
173
const name = session.authenticator?.name ?? 'Unknown authenticator'
174
175
return (
0 commit comments