mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
fix(android): Fixed null CSRF token issue (#2000)
This commit is contained in:
@@ -32,7 +32,7 @@ internal class AuthViewModel @Inject constructor(
|
||||
|
||||
actionMutableLiveData.postValue(
|
||||
ViewAction.LaunchAuthFlow(
|
||||
url = "$AUTH_URL${config.accountId}/sign_in?client_csrf_token=${config.token}&client_platform=android"
|
||||
url = "$AUTH_URL${config.accountId}/sign_in?client_csrf_token=${csrfToken}&client_platform=android"
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user