mirror of
https://github.com/Thumbscrew/PSMatrix.git
synced 2025-01-18 17:45:44 +00:00
return SecureString instead of plain token
This commit is contained in:
parent
c93a9f614c
commit
935610e6ae
@ -42,5 +42,5 @@ function Get-MatrixLoginToken {
|
||||
|
||||
$token = $res.access_token | ConvertTo-SecureString -AsPlainText
|
||||
|
||||
return $res.access_token
|
||||
return $token
|
||||
}
|
Loading…
Reference in New Issue
Block a user