UI improvements for contact verification

Moved to registry settings instead of individual contact settings.
This commit is contained in:
Pinga 2024-02-18 15:06:04 +02:00
parent bf45440770
commit 04c4382836
6 changed files with 78 additions and 31 deletions

View file

@ -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'),