소스 검색

removed a typo (#9244)

master
scott boone 4 년 전
부모
커밋
9657bd9b6d
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      resources/prosody-plugins/token/util.lib.lua

+ 1
- 1
resources/prosody-plugins/token/util.lib.lua 파일 보기

@@ -401,7 +401,7 @@ function Util:verify_room(session, room_address)
401 401
         end
402 402
 
403 403
         return room_address_to_verify == jid.join(
404
-            "["..subdomain_to_check).."]"..room_to_check, self.muc_domain);
404
+            "["..subdomain_to_check.."]"..room_to_check, self.muc_domain);
405 405
     else
406 406
         if auth_domain == '*' then
407 407
             -- check for wildcard in JWT claim, allow access if found

Loading…
취소
저장