server-side password validation

This commit is contained in:
realaravinth
2021-05-02 10:32:22 +05:30
parent a82d61ed27
commit c7bac9e623
6 changed files with 30 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ import * as login from './auth/login';
import * as register from './auth/register';
import * as panel from './panel/index';
import * as addSiteKey from './panel/add-site-key/';
//import './auth/forms.scss';
import './auth/forms.scss';
import './panel/main.scss';
import VIEWS from './views/v1/routes';