Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit cc67c5c

Browse files
author
jacobawenger
committed
Removed references to Persona auth provider
1 parent 4eb9855 commit cc67c5c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/lib/MockFirebase.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,10 +1483,6 @@
14831483
out.email = '[email protected]';
14841484
out.md5_hash = MD5(out.email);
14851485
break;
1486-
case 'persona':
1487-
out.email = '[email protected]';
1488-
out.md5_hash = MD5(out.email);
1489-
break;
14901486
case 'twitter':
14911487
out.accessToken = 'ACCESS_TOKEN'; //todo
14921488
out.accessTokenSecret = 'ACCESS_TOKEN_SECRET'; //todo

0 commit comments

Comments
 (0)