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
fix(auth-utility): handle runtime exception in base64 encoding utility (#56)
This commit handles the exception when the provided props are an array of None items. When any item is None, the `delimiter.join` throws an exception because it expects the str instances.
0 commit comments