2017-08-16 21:37:37 +00:00
|
|
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
2020-08-09 22:29:54 +00:00
|
|
|
// See LICENSE.txt for license information.
|
2016-05-21 12:14:08 +00:00
|
|
|
|
|
|
|
package model
|
|
|
|
|
|
|
|
const (
|
|
|
|
USER_AUTH_SERVICE_GITLAB = "gitlab"
|
|
|
|
)
|