This commit is contained in:
2020-05-08 23:19:02 +00:00
parent c016031f01
commit d3ce5ebe6f

View File

@@ -382,7 +382,7 @@ namespace AyaNova
{
if (s.ToLowerInvariant().Contains("bearer"))
{
JWT = s;
JWT = s.Split(' ')[1];
break;
}
}