We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6de994 commit ee8af25Copy full SHA for ee8af25
SpotifyAPI.Web.Auth/ImplicitGrantAuth.cs
@@ -55,7 +55,7 @@ public Task<bool> GetAuth()
55
}
56
57
Task.Factory.StartNew(() => auth.TriggerAuth(token));
58
- return this.StringResponseAsync("OK - This window can be closed now");
+ return this.StringResponseAsync("<html><script type=\"text/javascript\">window.close();</script>OK - This window can be closed now</html>");
59
60
61
public ImplicitGrantAuthController(IHttpContext context) : base(context)
0 commit comments