Skip to content
Snippets Groups Projects
Commit 42ec965a authored by Kalin Canov's avatar Kalin Canov :fishing_pole_and_fish:
Browse files

remove OTP

parent fe085782
No related branches found
No related tags found
1 merge request!1remove OTP
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment