feat: Add support of confluence server. (#154)

This commit is contained in:
Pommier Vincent
2022-02-02 11:01:26 +01:00
committed by GitHub
parent 49eb97b434
commit c8709eecd1
3 changed files with 23 additions and 10 deletions

View File

@@ -31,12 +31,6 @@ func GetCredentials(
if username == "" {
username = config.Username
if username == "" {
return nil, errors.New(
"Confluence username should be specified using -u " +
"flag or be stored in configuration file",
)
}
}
if password == "" {