blob: 0b069cd6bc93b295d158c6f31ae4877b33cb2667 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
package model
const (
USER_AUTH_SERVICE_GITLAB = "gitlab"
)
|