1
0
forked from baron/baron-sso

style(userfront): apply dart format

This commit is contained in:
2026-04-01 13:36:34 +09:00
parent 5bf3ef3222
commit 6c1da03e91
2 changed files with 4 additions and 6 deletions

View File

@@ -8,11 +8,7 @@ class AuthTokenStoreBackend {
AuthTokenStoreBackend({
required AuthTokenStorageTarget localTarget,
required AuthTokenStorageTarget sessionTarget,
}) : _targets = [
localTarget,
sessionTarget,
_MemoryStorageTarget(),
];
}) : _targets = [localTarget, sessionTarget, _MemoryStorageTarget()];
static const _tokenKey = 'baron_auth_token';
static const _providerKey = 'baron_auth_provider';