Skip to content

Commit 756e671

Browse files
author
lijianguo
committed
chore(passport): modify page title
1 parent 04359e4 commit 756e671

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/api/templates/oauth2_provider/authorize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<link rel="stylesheet" href="{% static 'css/main.css' %}" type="text/css">
44
<head>
55
<meta charset="UTF-8">
6-
<title>Change Password</title>
6+
<title>Authorize</title>
77
</head>
88
<div class="page-wrap gradient-primary">
99
<div class="container">

rootfs/api/templates/user/registration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<head>
66
<meta charset="UTF-8">
7-
<title>Change Password</title>
7+
<title>Registration</title>
88
</head>
99

1010
<div class="page-wrap gradient-primary">

0 commit comments

Comments
 (0)