mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 08:07:00 +02:00
UI improvements for contact verification
Moved to registry settings instead of individual contact settings.
This commit is contained in:
parent
bf45440770
commit
04c4382836
6 changed files with 78 additions and 31 deletions
|
@ -813,6 +813,9 @@ INSERT INTO settings (name, value) VALUES
|
|||
('address2', '48000'),
|
||||
('cc', 'Ukraine'),
|
||||
('vat_number', '12345678'),
|
||||
('verifyEmail', NULL),
|
||||
('verifyPhone', NULL),
|
||||
('verifyPostal', NULL),
|
||||
('phone', '+123456789'),
|
||||
('handle', 'RXX'),
|
||||
('email', 'contact@example.com'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue