You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- mysql_clear_password in authPlugins currently only supports
Promise<string> type. However AWS.RDS.Signer.getAuthToken returns string, which
causes type error "Type 'string' is not assignable"
- This fix will add support for string type as well
0 commit comments