Changed username and password to secure hashes so that the plaintext is no longer hard-coded in
This commit is contained in:
parent
acc9f86315
commit
a0b834a505
16 changed files with 511 additions and 44 deletions
|
|
@ -16,6 +16,7 @@ struct ChangeLog: View {
|
|||
var body: some View {
|
||||
List {
|
||||
Section(header: Text("2022")) {
|
||||
NavigationLink("July", destination: July2022())
|
||||
NavigationLink("June", destination: June2022())
|
||||
NavigationLink("May", destination: May2022())
|
||||
NavigationLink("April", destination: April2022())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue