mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
feat(app): configurable Modrinth endpoints through .env files (#4015)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::state::ModrinthCredentials;
|
||||
|
||||
#[tracing::instrument]
|
||||
pub fn authenticate_begin_flow() -> String {
|
||||
pub fn authenticate_begin_flow() -> &'static str {
|
||||
crate::state::get_login_url()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user