mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-24 00:03:14 -05:00
Fix failed build (omitted parentheses)
This commit is contained in:
@@ -63,8 +63,8 @@ class AuthHandler < Kemal::Handler
|
||||
end
|
||||
|
||||
def handle_auth(env)
|
||||
if request_path_startswith env, ["/login", "/logout"] ||
|
||||
requesting_static_file env
|
||||
if request_path_startswith(env, ["/login", "/logout"]) ||
|
||||
requesting_static_file env
|
||||
return call_next(env)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user