Fix local/development RS auth URL
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-27 16:09:32 +04:00
parent fb054ae455
commit 646c95ecc2
3 changed files with 7 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ class WebfingerController < WellKnownController
end
def remotestorage_link
auth_url = new_rs_oauth_url(@username, host: Setting.accounts_domain)
auth_url = new_rs_oauth_url(@username, host: Setting.rs_accounts_domain)
storage_url = "#{Setting.rs_storage_url}/#{@username}"
{