We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82de7da commit c88973dCopy full SHA for c88973d
packages-exp/auth-exp/src/core/strategies/email.ts
@@ -15,10 +15,7 @@
15
* limitations under the License.
16
*/
17
18
-import {
19
- createAuthUri,
20
- CreateAuthUriRequest
21
-} from '../../api/authentication/create_auth_uri';
+import { createAuthUri, CreateAuthUriRequest } from '../../api/authentication/create_auth_uri';
22
import * as api from '../../api/authentication/email_and_password';
23
import { Operation } from '../../model/action_code_info';
24
import {
packages-exp/auth-exp/src/model/action_code_info.ts
@@ -30,11 +30,3 @@ export interface ActionCodeInfo {
30
};
31
operation: string;
32
}
33
-
34
-export interface ActionCodeInfo {
35
- data: {
36
- email: string | null;
37
- fromEmail: string | null;
38
- };
39
- operation: string;
40
-}
0 commit comments