Skip to content

Commit

Permalink
Export mlink target
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Sep 14, 2024
1 parent cb966e7 commit 03e51e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v-api/src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub use link::LinkContext;
pub mod login;
pub use login::LoginContext;
pub mod magic_link;
pub use magic_link::{MagicLinkContext, MagicLinkMessage};
pub use magic_link::{MagicLinkContext, MagicLinkMessage, MagicLinkTarget};
pub mod mapping;
pub use mapping::MappingContext;
pub mod oauth;
Expand Down
4 changes: 2 additions & 2 deletions v-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ mod util;

pub use context::{
auth::SecretContext, ApiContext, CallerExtension, ExtensionError, GroupContext, LinkContext,
LoginContext, MagicLinkContext, MagicLinkMessage, MappingContext, OAuthContext, UserContext,
VApiStorage, VContext,
LoginContext, MagicLinkContext, MagicLinkMessage, MagicLinkTarget, MappingContext,
OAuthContext, UserContext, VApiStorage, VContext,
};
pub use util::response;

Expand Down

0 comments on commit 03e51e5

Please sign in to comment.