Browse Source

Merge branch 'standalone_develop' into pre_trustie_server

pull/306/head
xiaoxiaoqiong 4 years ago
parent
commit
0219a1fdde
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/interactors/gitea/register_interactor.rb

+ 1
- 1
app/interactors/gitea/register_interactor.rb View File

@@ -13,7 +13,7 @@ module Gitea
end

def success?
@error.nil?
@error.nil? && @result[:status].to_s == "success"
end

def result


Loading…
Cancel
Save