fix: allow unicode characters in org domains (#6675)

Co-authored-by: Elio Bischof <eliobischof@gmail.com>
This commit is contained in:
Miguel Cabrerizo
2023-10-11 09:55:01 +02:00
committed by GitHub
parent 412cd144ef
commit 2d4cd331da
22 changed files with 79 additions and 20 deletions

View File

@@ -194,6 +194,7 @@ Errors:
Domain:
AlreadyExists: ドメインはすでに存在します
InvalidCharacter: ドメインは英数字、'.'、'-'のみ使用可能です。
EmptyString: 無効な数字およびアルファベット以外の文字は空のスペースに置き換えられ、結果のドメインは空の文字列になります
IDP:
InvalidSearchQuery: 無効な検索クエリです
ClientIDMissing: クライアントIDがありません