Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Token validation fails for secret entries that don't exist
Change to using .get rather than indexing as we can return an empty string to the validate method which will fail for us. Whereas indexing doesn't let the validation function carry out fully as it errors early
- Loading branch information