<inputtype="text"id="oauth2_google_client_id"name="oauth2_google_client_id"value="{{ config.oauth2.google.client_id if config.oauth2 and config.oauth2.google else '' }}"placeholder="Client ID from Google Cloud Console">
<inputtype="password"id="oauth2_google_client_secret"name="oauth2_google_client_secret"value="{{ config.oauth2.google.client_secret if config.oauth2 and config.oauth2.google else '' }}"placeholder="Client Secret from Google Cloud Console">
</div>
<h4style="margin: 25px 0 15px;">GitHub OAuth2</h4>
<inputtype="text"id="oauth2_github_client_id"name="oauth2_github_client_id"value="{{ config.oauth2.github.client_id if config.oauth2 and config.oauth2.github else '' }}"placeholder="Client ID from GitHub Developer Settings">
<inputtype="password"id="oauth2_github_client_secret"name="oauth2_github_client_secret"value="{{ config.oauth2.github.client_secret if config.oauth2 and config.oauth2.github else '' }}"placeholder="Client Secret from GitHub Developer Settings">