Skip to content
Snippets Groups Projects

remove OTP

Merged Cristina Pauna requested to merge remove-otp into main
1 file
+ 0
10
Compare changes
  • Side-by-side
  • Inline
+ 0
10
@@ -17,8 +17,6 @@
User }|--|| Participant : Has
OTP ||--|| Participant : Sends-Email-OTP
Config {
uuid id
string key
@@ -27,13 +25,6 @@
DateTime updated_date
}
OTP {
uuid id
string otp
DateTime created_date
DateTime updated_date
}
Participant {
uuid id
string name
@@ -49,7 +40,6 @@
uuid id
string email
string password
string otp_id
Boolean is_verified
Role role
uuid participant_id
Loading