b639c6972aee39b55b4413eefb722dfcce77d3ac
[websub-hub] / authentication-update-otp-key.sql
1 UPDATE authentication
2 SET otp_key = $(otpKey)
3 WHERE identifier = $(identifier)