mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Logging in with username and password does not work in prefixed discourse
This commit is contained in:
@@ -65,4 +65,8 @@ module ApplicationHelper
|
||||
def privacy_path
|
||||
return "#{Discourse::base_uri}/privacy"
|
||||
end
|
||||
|
||||
def login_path
|
||||
return "#{Discourse::base_uri}/login"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user