Add session path migration to SessionData

This commit is contained in:
Jorge Martín 2024-06-06 16:25:42 +02:00
parent 1a13a591f8
commit 841558c3b4
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",
)
}