mohd7469 / oauth2orize-examples

Some oauth examples and implementation.
MIT License
230 stars 95 forks source link

changed uid variable from const to let #11

Closed ifiok closed 7 years ago

ifiok commented 7 years ago

constants const cannot change through re-assignment so this block uid += chars[getRandomInt(0, charsLength - 1)]; throws an error: TypeError: Assignment to constant variable.

gerges-beshay commented 7 years ago

Fixed in another PR.