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…
Reference in New Issue