MM-17117: Updates einterface for FirstLoginSync. (#11737)

Этот коммит содержится в:
Martin Kraft
2019-08-02 10:57:35 -04:00
коммит произвёл GitHub
родитель 2fa63b10ec
Коммит c74f685c76
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@@ -20,5 +20,5 @@ type LdapInterface interface {
MigrateIDAttribute(toAttribute string) error
GetGroup(groupUID string) (*model.Group, *model.AppError)
GetAllGroupsPage(page int, perPage int, opts model.LdapGroupSearchOpts) ([]*model.Group, int, *model.AppError)
FirstLoginSync(userID, userAuthService, userAuthData string) *model.AppError
FirstLoginSync(userID, userAuthService, userAuthData, email string) *model.AppError
}