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