aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-10-19 11:17:54 -0300
committerSebastian <sebasjm@gmail.com>2021-10-19 11:17:54 -0300
commitaac2bc389a32b2e91494d097a3f3fc9560ddbfbc (patch)
tree39516701b49f1b970b9989b7abf0445cd532e10d /packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
parent5883d42d800c7b444c59d626bcaa5abca7dc83d0 (diff)
downloadwallet-core-aac2bc389a32b2e91494d097a3f3fc9560ddbfbc.tar.xz
fix some building errors
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx b/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
index 5357891a9..fc28942aa 100644
--- a/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
+++ b/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
@@ -94,7 +94,7 @@ export function AuthenticationEditorScreen(props: AuthenticationEditorProps): VN
);
}
-interface AuthMethodSetupProps {
+export interface AuthMethodSetupProps {
method: string;
addAuthMethod: (x: any) => void;
cancel: () => void;