From a079d32cccab9f8a24d8170eb1026c88ccf63ea9 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Wed, 18 Jan 2023 17:20:05 +0100 Subject: [PATCH] max:66 --- app/Actions/Fortify/UpdateUserProfileInformation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')