Fix Github/Google oAuth

This commit is contained in:
Khanh Ngo
2018-08-19 15:29:50 +07:00
parent ada6f844ff
commit babf62bae0
6 changed files with 118 additions and 104 deletions

View File

@ -159,10 +159,6 @@
</fieldset>
<fieldset>
<legend>ADVANCE</legend>
<div class="form-group">
<label for="google_redirect_uri">Redirect URI</label>
<input type="text" class="form-control" name="google_redirect_uri" id="google_redirect_uri" placeholder="e.g. /user/authorized" value="{{ SETTING.get('google_redirect_uri') }}">
</div>
<div class="form-group">
<label for="google_token_url">Token URL</label>
<input type="text" class="form-control" name="google_token_url" id="google_token_url" placeholder="e.g. https://accounts.google.com/o/oauth2/token" value="{{ SETTING.get('google_token_url') }}">