File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import AdminForthAdapterS3Storage from '../../adapters/adminforth-storage-adapte
99import AdminForthAdapterGoogleOauth2 from '../../adapters/adminforth-google-oauth-adapter/index.js' ;
1010import OpenSignupPlugin from '../../plugins/adminforth-open-signup/index.js' ;
1111import OAuthPlugin from '../../plugins/adminforth-oauth/index.js' ;
12-
12+ import KeyValueAdapterRam from '../../adapters/adminforth-key-value-adapter-ram/index.js' ;
1313
1414async function allowedForSuperAdmin ( { adminUser } : { adminUser : AdminUser } ) : Promise < boolean > {
1515 return adminUser . dbUser . role === 'superadmin' ;
@@ -111,6 +111,7 @@ export default {
111111 return ( true ) ;
112112 } ,
113113 passkeys : {
114+ keyValueAdapter : new KeyValueAdapterRam ( ) ,
114115 credentialResourceID : "passkeys" ,
115116 credentialIdFieldName : "credential_id" ,
116117 credentialMetaFieldName : "meta" ,
You can’t perform that action at this time.
0 commit comments