Remove unused code

This commit is contained in:
Christoph Hagen 2021-11-30 11:55:52 +01:00
parent b5c68538e2
commit 5281dfbe30
2 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
import Foundation
struct User: Codable {
let name: String
let passwordHash: Data
}