File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,6 +307,29 @@ const rawRepositories = [
307307 } ,
308308 ] ,
309309 } ,
310+ {
311+ name : "Filament Email 2FA" ,
312+ description :
313+ "Enhance security in your Filament applications with email-based two-factor authentication (2FA) for user logins." ,
314+ repository_url : "https://github.com/solutionforest/filament-email-2fa" ,
315+ latest_version : "2.x" ,
316+ versions : [
317+ {
318+ version : "1.x" ,
319+ github_branch : "1.x" ,
320+ limited_files : [
321+ { name : "README.md" , title : "Overview" , slug : "overview" } ,
322+ ] ,
323+ } ,
324+ {
325+ version : "2.x" ,
326+ github_branch : "2.x" ,
327+ limited_files : [
328+ { name : "README.md" , title : "Overview" , slug : "overview" } ,
329+ ] ,
330+ } ,
331+ ] ,
332+ } ,
310333] ;
311334
312335// Transform raw repositories to include parsed owner/repo and display names
You can’t perform that action at this time.
0 commit comments