diff --git a/coffeecard/CoffeeCard.Models/Entities/LoginType.cs b/coffeecard/CoffeeCard.Models/Entities/LoginType.cs index 486951b1..40591e7b 100644 --- a/coffeecard/CoffeeCard.Models/Entities/LoginType.cs +++ b/coffeecard/CoffeeCard.Models/Entities/LoginType.cs @@ -43,7 +43,7 @@ string tokenHash return loginType switch { LoginType.Shifty => $"{redirectUri}auth?token={tokenHash}", - LoginType.App => $"{redirectUri}://login/auth/{tokenHash}", + LoginType.App => $"{redirectUri}login/auth/{tokenHash}", _ => throw new ApiException( "Deep link for the given application has not been implemented" ),