From 8807144ed9157286156c9eb012d9300020a9dfdc Mon Sep 17 00:00:00 2001 From: csg01123119 Date: Sun, 4 Feb 2024 16:22:27 +0800 Subject: [PATCH] feat: login url Must start with http:// or https:// --- app/main/auth/login.html | 58 +++++++++++++++++++++++++--------------- app/main/auth/login.js | 5 ++-- node/i18n/en-US.js | 1 + node/i18n/ja-JP.js | 1 + node/i18n/zh-CN.js | 1 + 5 files changed, 42 insertions(+), 24 deletions(-) diff --git a/app/main/auth/login.html b/app/main/auth/login.html index bd0dd037..8d8bc818 100644 --- a/app/main/auth/login.html +++ b/app/main/auth/login.html @@ -115,16 +115,23 @@ ng-if="eptplType=='customize'" ng-class="{'has-error':!form1.endpoint.$valid}" > - +
+ +
- +
+ +
@@ -187,7 +201,7 @@
@@ -273,7 +287,7 @@