mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
use AppID, AppSecret instead of OAuth2 Client ID
This commit is contained in:
parent
4c34775aa2
commit
1a85ab8dcc
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
<h3>OAuth2 Settings</h3>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="form-label">OAuth2 Client ID</label>
|
||||
<label class="form-label">AppID / OAuth2 Client ID</label>
|
||||
|
||||
<div class="input-group mt-2">
|
||||
<input disabled type="text" value="{{ client.oauth_client_id }}" class="form-control">
|
||||
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="form-label">OAuth2 Client Secret</label>
|
||||
<label class="form-label">AppSecret / OAuth2 Client Secret</label>
|
||||
|
||||
<div class="input-group mt-2">
|
||||
<input disabled type="password" value="{{ client.oauth_client_secret }}" class="form-control">
|
||||
|
|
Loading…
Reference in a new issue