forked from abner/for-legacy-web
chore: clean up code
This commit is contained in:
@@ -85,7 +85,6 @@ export default class Auth implements Store, Persistent<Data> {
|
||||
@action setSession(session: Session) {
|
||||
this.sessions.set(session.user_id, { session });
|
||||
this.current = session.user_id;
|
||||
console.log(this.sessions, this.current);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user