Skip to content

Commit cb78b89

Browse files
committed
Added External account type to enum
1 parent 8c99a79 commit cb78b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gitblit/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ public boolean isStandard() {
480480
}
481481

482482
public static enum AccountType {
483-
LOCAL, LDAP, REDMINE, SALESFORCE, WINDOWS;
483+
LOCAL, EXTERNAL, LDAP, REDMINE, SALESFORCE, WINDOWS;
484484

485485
public boolean isLocal() {
486486
return this == LOCAL;

0 commit comments

Comments
 (0)