PWD-1: Add debug conditional to authentication call
This commit is contained in:
parent
6156a42a0e
commit
594aa204ce
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ struct passwordApp: App {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.onAppear {
|
.onAppear {
|
||||||
authenticate()
|
#if !DEBUG
|
||||||
|
authenticate()
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.modelContainer(for: [Password.self, PasswordAttempt.self])
|
.modelContainer(for: [Password.self, PasswordAttempt.self])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue