Swapped empty for strlen
As suggested, swap the use of `empty` for `strlen` to ensure that empty passwords are handled correctly.
Loading
Please sign in to comment
As suggested, swap the use of `empty` for `strlen` to ensure that empty passwords are handled correctly.