Mercurial > prosody-modules
diff mod_auth_oauth_external/mod_auth_oauth_external.lua @ 5730:6592c444e85c
mod_auth_oauth_external: Fix typo
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 25 Nov 2023 01:09:01 +0100 |
parents | 0207fd248480 |
children | 97a9f939d472 |
line wrap: on
line diff
--- a/mod_auth_oauth_external/mod_auth_oauth_external.lua Thu Nov 23 16:16:34 2023 +0100 +++ b/mod_auth_oauth_external/mod_auth_oauth_external.lua Sat Nov 25 01:09:01 2023 +0100 @@ -34,7 +34,7 @@ return nil, "method not implemented" end --- With proper OAuth 2, most of these should be handled at the atuhorization +-- With proper OAuth 2, most of these should be handled at the authorization -- server, no there. provider.test_password = not_implemented; provider.get_password = not_implemented;