diff --git a/web/src/components/SystemSetting.js b/web/src/components/SystemSetting.js
index b49ff72..70f8b6a 100644
--- a/web/src/components/SystemSetting.js
+++ b/web/src/components/SystemSetting.js
@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react';
-import { Divider, Form, Grid, Header } from 'semantic-ui-react';
+import { Divider, Form, Grid, Header, Message } from 'semantic-ui-react';
import { API, showError } from '../helpers';
const SystemSetting = () => {
@@ -271,6 +271,11 @@ const SystemSetting = () => {
管理你的 GitHub OAuth App
+ {inputs.ServerAddress}
+ ,Authorization callback URL 填{' '}
+ {`${inputs.ServerAddress}/oauth/github`}
+