use AppID, AppSecret instead of OAuth2 Client ID

This commit is contained in:
Son NK 2019-09-02 21:28:56 +02:00
parent 4c34775aa2
commit 1a85ab8dcc

View file

@ -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">