feat: profiles and /set profile, and id cards
* New functionality to set meta data on businesscards. * Can develop a user profile. * Business cards link to user profile.
This commit is contained in:
parent
cd8dfb94a3
commit
710985638f
35 changed files with 4932 additions and 435 deletions
|
|
@ -5,11 +5,15 @@
|
|||
pub mod home;
|
||||
pub mod login;
|
||||
pub mod password_reset;
|
||||
pub mod profile;
|
||||
pub mod realm;
|
||||
pub mod signup;
|
||||
pub mod user_profile;
|
||||
|
||||
pub use home::*;
|
||||
pub use login::*;
|
||||
pub use password_reset::*;
|
||||
pub use profile::*;
|
||||
pub use realm::*;
|
||||
pub use signup::*;
|
||||
pub use user_profile::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue