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

@ -6,11 +6,6 @@
//
import SwiftUI
// this file will not have comments.
// this code is considered simple enough to be
// human-readable without aid, as long as
// the reader has a basic understanding of
// Swift and/or SwiftUI.
struct SecretView: View {
var body: some View {
@ -37,7 +32,6 @@ Email: jzimmerman@lakeviewspartans.org
}
.frame(minWidth: 350, minHeight: 175)
.border(.primary)
VStack {
Image("caleb.bost.duo")
.resizable()