Ride-The-Lightning / RTL-Design

Ride The Lightning - A full function web browser app for LND and C-Lightning.
MIT License
12 stars 4 forks source link

Two Factor Authentication Settings #38

Closed ShahanaFarooqui closed 4 years ago

ShahanaFarooqui commented 4 years ago

Related Issue: https://github.com/Ride-The-Lightning/RTL/issues/210 Related to PR: https://github.com/Ride-The-Lightning/RTL/pull/266

Login input validation: image

Login response validation: image

Enable 2FA Settings (Laptop view): image

Enable 2FA Settings (Mobile view): image

Disable 2FA Settings: image

rbndg commented 4 years ago

Great job on this!

diogorsergio commented 4 years ago

Design addressed in Pull-Request: https://github.com/Ride-The-Lightning/RTL-Design/pull/41

Summary: Enabling and disabling two-factor authentication flows. Used the stepper for consistency, since this would be a multi-step process for both cases.

Enable:

Disable:

Check PR for more information.