Commit 05809b4
authored
Fix IllegalArgumentException message for unknown Argon2 types
Array index 0 points to an empty string. Use index 1 instead.
Signed-off-by: Roman Trapickin <[email protected]>1 parent 39b195c commit 05809b4
File tree
1 file changed
+1
-1
lines changed- crypto/src/main/java/org/springframework/security/crypto/argon2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments