mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-04-24 12:57:29 +08:00
feat: relocate remaining dtos
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.openisle.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/** Request to verify a forgot password code. */
|
||||
@Data
|
||||
public class VerifyForgotRequest {
|
||||
private String email;
|
||||
private String code;
|
||||
}
|
||||
Reference in New Issue
Block a user