Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 1429654

Browse files
committed
remove auto rpi opt-in, opt in page link is available
1 parent fa6a84d commit 1429654

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/users/cd-login.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@
107107
this.errors.clear();
108108
}
109109
if (response.body.ok === false) {
110-
if (response.body.why === 'raspberry-linked') {
111-
window.localStorage.setItem('rpiAuth', true);
112-
}
113110
this.errors.add({
114111
field: 'loginFailed',
115112
msg: response.body.why });

0 commit comments

Comments
 (0)