🐎 made add user moved in

This commit is contained in:
EntireTwix 2021-07-02 22:37:01 -07:00
parent c63bc137c4
commit ec9944d80e

View file

@ -55,7 +55,7 @@ public:
bool Contains(const std::string &name) const noexcept; bool Contains(const std::string &name) const noexcept;
bool AdminVerifyAccount(std::string_view name) noexcept; bool AdminVerifyAccount(std::string_view name) noexcept;
BankResponse AddUser(const std::string &name, std::string &&init_pass) noexcept; BankResponse AddUser(std::string &&name, std::string &&init_pass) noexcept;
BankResponse AdminAddUser(std::string &&name, uint32_t init_bal, std::string &&init_pass) noexcept; BankResponse AdminAddUser(std::string &&name, uint32_t init_bal, std::string &&init_pass) noexcept;
BankResponse DelUser(const std::string &name) noexcept; BankResponse DelUser(const std::string &name) noexcept;