X-Git-Url: http://git.squeep.com/?p=squeep-indie-auther;a=blobdiff_plain;f=src%2Fdb%2Fsqlite%2Fsql%2Fauthentication-get.sql;fp=src%2Fdb%2Fsqlite%2Fsql%2Fauthentication-get.sql;h=261d3e4c7f72de5bb9c1c3f5eb009db86fe69f86;hp=687e54ac270bd7f7f0505ab70079bec22d5d91ed;hb=fba42a499fe1af051b0982c1f3e8b3873c9ed2fb;hpb=e8dccf76ec2776f07eddd1ce2f1c4fc150a6f790 diff --git a/src/db/sqlite/sql/authentication-get.sql b/src/db/sqlite/sql/authentication-get.sql index 687e54a..261d3e4 100644 --- a/src/db/sqlite/sql/authentication-get.sql +++ b/src/db/sqlite/sql/authentication-get.sql @@ -3,6 +3,7 @@ SELECT created, last_authentication, identifier, - credential + credential, + otp_key FROM authentication WHERE identifier = :identifier