public key editable

This commit is contained in:
HolgerHatGarKeineNode
2023-02-23 22:52:25 +01:00
parent 9da6a0866c
commit af4c0298e9

View File

@@ -65,6 +65,12 @@ class User extends Resource
->sortable() ->sortable()
->rules('required', 'max:255'), ->rules('required', 'max:255'),
Text::make(__('Public Key'), 'public_key')
->rules('nullable', 'string')->hideFromIndex(),
Text::make(__('Email'), 'email')
->rules('nullable', 'string')->hideFromIndex(),
Text::make(__('Lightning Address'), 'lightning_address') Text::make(__('Lightning Address'), 'lightning_address')
->help(__('for example xy@getalby.com')) ->help(__('for example xy@getalby.com'))
->rules('nullable', 'string'), ->rules('nullable', 'string'),