You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2021/11/19 04:27:47 UTC

[apisix-dashboard] branch master updated: fix: login page description link (#2208)

This is an automated email from the ASF dual-hosted git repository.

liuxiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 54b8f3a  fix: login page description link (#2208)
54b8f3a is described below

commit 54b8f3a0bcd2593c86536bf183b649001eccb642
Author: ansonzhang <31...@qq.com>
AuthorDate: Fri Nov 19 12:27:42 2021 +0800

    fix: login page description link (#2208)
---
 web/src/pages/User/components/LoginMethodPassword.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/pages/User/components/LoginMethodPassword.tsx b/web/src/pages/User/components/LoginMethodPassword.tsx
index dda2e5b..3729324 100644
--- a/web/src/pages/User/components/LoginMethodPassword.tsx
+++ b/web/src/pages/User/components/LoginMethodPassword.tsx
@@ -73,7 +73,7 @@ const LoginMethodPassword: UserModule.LoginMethod = {
             title={formatMessage({ id: 'component.user.loginMethodPassword.modificationMethod' })}
           >
             <a
-              href="https://github.com/apache/apisix-dashboard/blob/master/api/conf/conf.yaml#L53-L57"
+              href="https://github.com/apache/apisix-dashboard/blob/master/api/conf/conf.yaml#L70-L75"
               target="_blank"
             >
               {formatMessage({ id: 'component.user.loginMethodPassword.changeDefaultAccount' })}