summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/context/backend.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/context/backend.ts')
-rw-r--r--packages/demobank-ui/src/context/backend.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/demobank-ui/src/context/backend.ts b/packages/demobank-ui/src/context/backend.ts
index 58907e565..b462d20e3 100644
--- a/packages/demobank-ui/src/context/backend.ts
+++ b/packages/demobank-ui/src/context/backend.ts
@@ -31,10 +31,10 @@ export type Type = BackendStateHandler;
const initial: Type = {
state: defaultState,
- clear() {
+ logOut() {
null;
},
- save(info) {
+ logIn(info) {
null;
},
};