Add new password attempt table
This commit is contained in:
parent
61ee809df5
commit
54b1cc1884
2 changed files with 29 additions and 1 deletions
|
@ -60,7 +60,7 @@ struct passwordApp: App {
|
|||
authenticate()
|
||||
}
|
||||
}
|
||||
.modelContainer(for: [Password.self])
|
||||
.modelContainer(for: [Password.self, PasswordAttempt.self])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue