// // Created by selim on 5/6/23. // #include "User.h" User::User(std::string_view email, std::string_view token): email(email), token(token) { }