diff --git a/SpotifyAPI.Web.Auth/ImplicitGrantAuth.cs b/SpotifyAPI.Web.Auth/ImplicitGrantAuth.cs index c99809f8..62fd186f 100644 --- a/SpotifyAPI.Web.Auth/ImplicitGrantAuth.cs +++ b/SpotifyAPI.Web.Auth/ImplicitGrantAuth.cs @@ -55,7 +55,7 @@ namespace SpotifyAPI.Web.Auth } Task.Factory.StartNew(() => auth.TriggerAuth(token)); - return this.StringResponseAsync("OK - This window can be closed now"); + return this.StringResponseAsync("OK - This window can be closed now"); } public ImplicitGrantAuthController(IHttpContext context) : base(context)