diff --git a/app/Actions/Fortify/UpdateUserProfileInformation.php b/app/Actions/Fortify/UpdateUserProfileInformation.php index 3de77de8..0dd7009e 100644 --- a/app/Actions/Fortify/UpdateUserProfileInformation.php +++ b/app/Actions/Fortify/UpdateUserProfileInformation.php @@ -23,7 +23,7 @@ class UpdateUserProfileInformation implements UpdatesUserProfileInformation 'name' => ['required', 'string', 'max:255'], 'lightning_address' => ['nullable', 'string'], 'lnurl' => ['nullable', 'string'], - 'node_id' => ['nullable', 'string'], + 'node_id' => ['nullable', 'string', 'max:66'], 'timezone' => ['required', 'string'], 'email' => [ 'nullable', 'email', 'max:255', Rule::unique('users')