Add session path migration to SessionData

This commit is contained in:
Jorge Martín 2024-06-06 16:25:42 +02:00
parent d06656d6bf
commit 67f6bf0d2d
18 changed files with 117 additions and 41 deletions

View file

@ -51,5 +51,6 @@ fun aSessionData(
isTokenValid = isTokenValid,
loginType = LoginType.UNKNOWN,
passphrase = null,
sessionPath = "/a/path/to/a/session",
)
}