mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-05 10:12:36 +00:00
Remove log message
This commit is contained in:
parent
33495441b5
commit
a953a3d162
@ -313,7 +313,6 @@ public final class OneTimeTokenLoginConfigurer<H extends HttpSecurityBuilder<H>>
|
|||||||
this.oneTimeTokenService = bean;
|
this.oneTimeTokenService = bean;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this.logger.debug("Configuring InMemoryOneTimeTokenService for oneTimeTokenLogin()");
|
|
||||||
this.oneTimeTokenService = new InMemoryOneTimeTokenService();
|
this.oneTimeTokenService = new InMemoryOneTimeTokenService();
|
||||||
}
|
}
|
||||||
return this.oneTimeTokenService;
|
return this.oneTimeTokenService;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user