mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.sasl.oauthbearer: Fix syntax error in b796e08e6376
This commit is contained in:
parent
9dedc78f3c
commit
944c25f352
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ local function oauthbearer(self, message)
|
|||
|
||||
self.resource = token_info.resource;
|
||||
self.role = token_info.role;
|
||||
self.token_info token_info;
|
||||
self.token_info = token_info;
|
||||
|
||||
return "success";
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue