swagger-ui 4.12.0 → 4.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,7 +38,7 @@
38
38
  authId: oauth2.auth.name,
39
39
  source: "auth",
40
40
  level: "warning",
41
- message: "Authorization may be unsafe, passed state was changed in server Passed state wasn't returned from auth server"
41
+ message: "Authorization may be unsafe, passed state was changed in server. The passed state wasn't returned from auth server."
42
42
  });
43
43
  }
44
44
 
@@ -58,7 +58,7 @@
58
58
  authId: oauth2.auth.name,
59
59
  source: "auth",
60
60
  level: "error",
61
- message: oauthErrorMsg || "[Authorization failed]: no accessCode received from the server"
61
+ message: oauthErrorMsg || "[Authorization failed]: no accessCode received from the server."
62
62
  });
63
63
  }
64
64
  } else {