client: sync with master

This commit is contained in:
Ainar Garipov
2022-06-02 17:23:58 +03:00
parent ba0cf5739b
commit 86e5756262
39 changed files with 1891 additions and 1441 deletions

View File

@@ -26,6 +26,8 @@ export const R_WIN_ABSOLUTE_PATH = /^([a-zA-Z]:)?(\\|\/)(?:[^\\/:*?"<>|\x00]+\\)
export const R_CLIENT_ID = /^[a-z0-9-]{1,63}$/;
export const MIN_PASSWORD_LENGTH = 8;
export const HTML_PAGES = {
INSTALL: '/install.html',
LOGIN: '/login.html',