1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Suffix external auth username on conflict

This commit is contained in:
Chocobozzz 2022-08-03 10:10:26 +02:00
parent 35a0a92483
commit 0b6f531653
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 81 additions and 20 deletions

View file

@ -1,5 +1,5 @@
import validator from 'validator'
import { UserNotificationSettingValue } from '../../../shared/models/users/user-notification-setting.model'
import { UserNotificationSettingValue } from '@shared/models'
import { exists } from './misc'
function isUserNotificationTypeValid (value: any) {