inforian / drf-pyotp

pyotp extension for Django Rest Framework
Other
6 stars 6 forks source link

fix mistakes in TOTP serializer #7

Closed solartune closed 6 years ago

solartune commented 6 years ago

Hi! You use _generate_hotp method for TOTPProvisionUriSerializer serializer. I have fixed this.

inforian commented 6 years ago

Thanks @solartune for the fix.