payload icon indicating copy to clipboard operation
payload copied to clipboard

chore: better default for useAsTitle with custom auth collections

Open JarrodMFlesch opened this issue 2 months ago • 0 comments

What?

Custom auth collections default useAsTitle to id.

Why?

It is more expected for auth collections to search on email or username.

How?

Defaults useAsTitle to username if loginWithUsername is used, else email. Can still be overridden by setting a custom admin.useAsTitle property.

JarrodMFlesch avatar Dec 09 '24 20:12 JarrodMFlesch