refactor(router): renamed Verify flow to SetupMandate (#2455)

This commit is contained in:
Prajjwal Kumar
2023-10-05 20:30:48 +05:30
committed by GitHub
parent 56546840f9
commit 80f3b1edae
61 changed files with 458 additions and 241 deletions

View File

@ -6,7 +6,7 @@ pub mod complete_authorize_flow;
pub mod psync_flow;
pub mod reject_flow;
pub mod session_flow;
pub mod verify_flow;
pub mod setup_mandate_flow;
use async_trait::async_trait;