Changed username and password to secure hashes so that the plaintext is no longer hard-coded in

This commit is contained in:
Isaac Greene 2022-07-07 00:10:47 -04:00
parent acc9f86315
commit a0b834a505
16 changed files with 511 additions and 44 deletions

View file

@ -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())