V1 - Personal Account and Budgeting Done
Personal Account and Budgeting
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.kifi.api.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class OtpVerificationRequest {
|
||||
private String email;
|
||||
private String otp;
|
||||
}
|
||||
Reference in New Issue
Block a user