mirror of
https://github.com/ysoftdevs/oauth-playground-server.git
synced 2026-01-19 10:07:44 +01:00
DAG interval lengthened to 5 sec
This commit is contained in:
@@ -110,7 +110,7 @@ public class OAuthResource {
|
||||
uriInfo.getBaseUriBuilder()
|
||||
.path(OAuthResource.class)
|
||||
.path(OAuthResource.class, "enterDeviceCode").build(),
|
||||
1,
|
||||
5,
|
||||
180
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user