From d24d6e02bf45ca2b33ec1d44406599c4a3b160d6 Mon Sep 17 00:00:00 2001 From: JustSong Date: Tue, 22 Nov 2022 20:56:46 +0800 Subject: [PATCH] chore: update prompt --- web/src/components/SystemSetting.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 + + Homepage URL 填 {inputs.ServerAddress} + ,Authorization callback URL 填{' '} + {`${inputs.ServerAddress}/oauth/github`} +