비밀번호 찾기 페이지
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// ForgotPasswordRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/09.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct ForgotPasswordRequest: Encodable {
|
||||
let email: String
|
||||
}
|
Reference in New Issue
Block a user