This commit is contained in:
Max Goedjen 2022-02-27 15:09:59 -08:00
parent ee850e58d1
commit 964ef1e201
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8

View File

@ -101,11 +101,9 @@ struct AuthenticationView: View {
Rectangle() Rectangle()
.foregroundColor(Color(.systemPurple)) .foregroundColor(Color(.systemPurple))
case .success(let image): case .success(let image):
// ScrollView {
image image
.resizable() .resizable()
// .scaleEffect(1) .scaleEffect(3)
// }
@unknown default: @unknown default:
Rectangle() Rectangle()
.foregroundColor(Color(.systemPurple)) .foregroundColor(Color(.systemPurple))