mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
public key editable
This commit is contained in:
@@ -65,6 +65,12 @@ class User extends Resource
|
||||
->sortable()
|
||||
->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')
|
||||
->help(__('for example xy@getalby.com'))
|
||||
->rules('nullable', 'string'),
|
||||
|
||||
Reference in New Issue
Block a user