mas_handlers/views/register/steps/
mod.rs

1// Copyright 2025 New Vector Ltd.
2//
3// SPDX-License-Identifier: AGPL-3.0-only
4// Please see LICENSE in the repository root for full details.
5
6pub(crate) mod display_name;
7pub(crate) mod finish;
8pub(crate) mod verify_email;