mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
325651b581
Also don’t recycle altWhitelabel on logout as the whitelabel stores aren’t dependent on the user.
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
'use strict';
|
|
|
|
import Alt from 'alt';
|
|
|
|
export let alt = new Alt();
|
|
export let altThirdParty = new Alt();
|
|
export let altWhitelabel = new Alt();
|