Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 1965fcd

Browse files
committed
fix: remove account.authenticate() since it is replaced with isSignedIn()
1 parent 4ac781b commit 1965fcd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

hoodie-service.html

-9
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,6 @@
183183
hoodie = {
184184
account: {
185185
users: [],
186-
authenticate: function() {
187-
var mode;
188-
if (typeof this.username !== 'undefined' && this.username !== ''){
189-
mode = 'done';
190-
} else {
191-
mode = 'failed';
192-
}
193-
return $Promise(this, 'authenticate', this.username, mode);
194-
},
195186
// Note: This is a copy of this.authenticate above.
196187
isSignedIn: function() {
197188
var mode;

0 commit comments

Comments
 (0)