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
Default values for passwords is a terrible idea. Removing them is a
backwards-incompatible change, so we jump on this occasion to mandate
the use of Sensitive data type to pass passwords. In order to be able
to test each change, we first switch these default values to Sensitive.
This will allow us to remove support for String passwords next, and
then the default values.
0 commit comments