GroceriStar / types

GNU General Public License v3.0
0 stars 4 forks source link

[ChickenKyiv][account views] #6

Closed atherdon closed 5 years ago

atherdon commented 6 years ago
       /account/login
    /account/logout
    /account/update
    /account/changePassword
    /account/delete
    /account/language
    /account/signup

    // todo
    /account/verify
    /account/recover
    /account/recover/password
    /account/changeEmail

for each of this paths, please create a constant, that will show us, what we have on that page. example: /account/login will looks like export const ACCOUNT_LOGIN_PAGE = "/account/login"