Fix RS OAuth URL in Webfinger record
This commit is contained in:
@@ -37,7 +37,7 @@ class WebfingerController < ApplicationController
|
||||
end
|
||||
|
||||
def remotestorage_link
|
||||
auth_url = new_rs_oauth_url("#{@username}@#{Setting.primary_domain}")
|
||||
auth_url = new_rs_oauth_url(@username)
|
||||
storage_url = "#{Setting.rs_storage_url}/#{@username}"
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user