feat: implement passkeys view skeleton

This commit is contained in:
Suyog Tandel
2026-01-29 18:04:51 +05:30
parent 25f3d8b034
commit 54f7192c87
2 changed files with 465 additions and 6 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ impl Render for ApplicationRoot {
HomeView::build(cx.theme()).into_any_element()
}
ActiveView::Passkeys => {
PasskeysView::build().into_any_element()
PasskeysView::build(cx.theme()).into_any_element()
}
ActiveView::Configuration => {
cx.new(|cx| ConfigView::new(window, cx)).into_any_element()