0
0
Fork 0

Improve admin UI for account view (#9643)

This commit is contained in:
Eugen Rochko 2018-12-28 03:38:41 +01:00 committed by GitHub
parent 8c5116fa2c
commit 6e49907ecf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 201 additions and 248 deletions

View file

@ -19,6 +19,7 @@ class ResolveAccountService < BaseService
@account = uri
@username = @account.username
@domain = @account.domain
uri = "#{@username}@#{@domain}"
return @account if @account.local? || !webfinger_update_due?
else