feat: SAML auth module

This commit is contained in:
Nick
2019-04-27 21:42:04 -04:00
parent a034295b2c
commit bdfac22876
4 changed files with 97 additions and 32 deletions

View File

@@ -116,7 +116,7 @@ module.exports = {
} else {
originUrl = `https://${this.config.basicUsername}:${this.config.basicPassword}@${this.config.repoUrl}`
}
await this.git.addRemote('origin', )
await this.git.addRemote('origin', originUrl)
break
}