- tweak: change auth api

This commit is contained in:
2024-12-28 08:29:01 +03:00
parent bdb8915932
commit 87dd1d7c30
10 changed files with 110 additions and 69 deletions

View File

@@ -22,7 +22,7 @@ public class RobustUrl
public override string ToString()
{
return HttpUri.ToString();
return Uri.ToString();
}
public static implicit operator Uri(RobustUrl url)