Skip to content

Commit 26ea51a

Browse files
committed
remove pub
1 parent d28f244 commit 26ea51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fig_auth/src/portal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ pub async fn finish_unified_portal(init: PortalInit, secret_store: &SecretStore)
171171
}
172172
}
173173

174-
pub fn format_user_friendly_error(error_code: &str, description: Option<&str>, provider: &str) -> String {
174+
fn format_user_friendly_error(error_code: &str, description: Option<&str>, provider: &str) -> String {
175175
let cleaned_description = description.map(|d| {
176176
let first_part = d.split(';').next().unwrap_or(d);
177177
// Replace + with spaces (URL encoding)

0 commit comments

Comments
 (0)