Merge branch 'v1.3-dev'
[websub-hub] / src / db / postgres / sql / authentication-update-otp-key.sql
1 UPDATE authentication
2 SET otp_key = $(otpKey)
3 WHERE identifier = $(identifier)