mirror of
https://github.com/ysoftdevs/oauth-playground-server.git
synced 2026-03-13 21:56:33 +01:00
WIP webauthn - backend
This commit is contained in:
@@ -37,7 +37,7 @@ public class AuthCodeGrantTest {
|
||||
@BeforeEach
|
||||
void beforeAll() {
|
||||
clientsRepo.register(CLIENT);
|
||||
usersRepo.register(new User("bob", "password"));
|
||||
usersRepo.register(new User("bob", "password", List.of()));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user