(feat): improvements to the slow

This commit is contained in:
Alois 2026-07-03 00:36:15 +02:00
commit c51c0f2e83
7 changed files with 76 additions and 21 deletions

View file

@ -48,7 +48,7 @@ let client = TAuthClient::from_config(
"https://my.cool.app/tauth/callback",
std::env::var("TAUTH_PRIVATE_KEY")?,
)
.frontend_url("https://tauth.tensamin.net/login"),
.frontend_url("https://app.tensamin.net"),
)?;
```