GoogleAuthenticator
GoogleAuthenticator copied to clipboard
Add Exception when paramater is less than 6 for setCodeLength
The function setCodeLength sais in the docblock that it's parameter value should be 6 or greater. This actually adds an exception when a length < 6 is passed to the function.