mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
Fixed resource and err msg for user provisioning (#939)
This commit is contained in:
@ -449,7 +449,7 @@ namespace Bit.Sso.Controllers
|
||||
if (existingUser != null)
|
||||
{
|
||||
// TODO: send an email inviting this user to link SSO to their account?
|
||||
throw new Exception(_i18nService.T("NoDomainHintProvided"));
|
||||
throw new Exception(_i18nService.T("UserAlreadyExistsUseLinkViaSso"));
|
||||
}
|
||||
|
||||
// Create user record
|
||||
|
Reference in New Issue
Block a user