Skip to content

Commit

Permalink
fixup! fido-authenticator: Add large blobs support
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Nov 29, 2023
1 parent c6928e7 commit 69b7e6e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/apps/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,7 @@ impl<R: Runner> App<R> for FidoApp<R> {
}

fn backends(_runner: &R, _config: &Self::Config) -> &'static [BackendId<Backend>] {
&[
BackendId::Custom(Backend::Staging),
BackendId::Core,
]
&[BackendId::Custom(Backend::Staging), BackendId::Core]
}
}

Expand Down

0 comments on commit 69b7e6e

Please sign in to comment.