mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
merge with branch feature/ui-for-scm2_groups
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
// @flow
|
||||
|
||||
import { isNameValid, isMailValid } from "../../components/validation";
|
||||
|
||||
export { isNameValid, isMailValid };
|
||||
|
||||
export const isDisplayNameValid = (displayName: string) => {
|
||||
if (displayName) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user