docs: fix realm typo
This commit is contained in:
parent
5c4362bbc4
commit
aad01447c3
|
@ -47,7 +47,7 @@ UserDetailsService userDetailsService;
|
|||
|
||||
DigestAuthenticationEntryPoint entryPoint() {
|
||||
DigestAuthenticationEntryPoint result = new DigestAuthenticationEntryPoint();
|
||||
result.setRealmName("My App Relam");
|
||||
result.setRealmName("My App Realm");
|
||||
result.setKey("3028472b-da34-4501-bfd8-a355c42bdf92");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue