PWD-1: add custom UI style #5

Merged
MarkusThielker merged 14 commits from 1-implement-custom-ui into development 2025-01-24 12:45:09 +00:00
Showing only changes of commit 594aa204ce - Show all commits

View file

@ -59,7 +59,9 @@ struct passwordApp: App {
}
}
.onAppear {
#if !DEBUG
authenticate()
#endif
}
}
.modelContainer(for: [Password.self, PasswordAttempt.self])