Changed how TODO notes are marked to properly highlight in vim
This commit is contained in:
@@ -25,7 +25,7 @@ where
|
||||
let openid = OpenIDConfig::from_ref(state);
|
||||
|
||||
// Create a request to the auth server
|
||||
// @TODO Do some discovery to find the correct url for this instead of assuming
|
||||
// TODO: Do some discovery to find the correct url for this instead of assuming
|
||||
let mut req = reqwest::Client::new()
|
||||
.get(format!("{}/userinfo", openid.base_url));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user