mirror of
https://github.com/ysoftdevs/oauth-playground-client.git
synced 2026-07-08 13:55:23 +02:00
Mobile optimization
This commit is contained in:
+5
-5
@@ -139,11 +139,11 @@
|
||||
|
||||
function fillExample() {
|
||||
const requestExample = baseUrl + "\n"
|
||||
+ " ?response_type=" + responseType + "\n"
|
||||
+ " &client_id=" + getClientId() + "\n"
|
||||
+ " &redirect_uri=" + redirectUri + "\n"
|
||||
+ " &scope=" + scope + "\n"
|
||||
+ " &state=" + state;
|
||||
+ "?response_type=" + responseType + "\n"
|
||||
+ "&client_id=" + getClientId() + "\n"
|
||||
+ "&redirect_uri=" + redirectUri + "\n"
|
||||
+ "&scope=" + scope + "\n"
|
||||
+ "&state=" + state;
|
||||
|
||||
$("#requestUriExample").text(requestExample);
|
||||
$("#baseUrl").text(baseUrl);
|
||||
|
||||
Reference in New Issue
Block a user