Skip to content

Commit

Permalink
fix(jans-auth-server): gluuStatus -> jansStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Apr 14, 2022
1 parent 3df72a8 commit 7f86d6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void removeAttribute(String attributeName) {
}

public String getStatus() {
return getAttribute("gluuStatus");
return getAttribute("jansStatus");
}

}

0 comments on commit 7f86d6d

Please sign in to comment.