diff options
| author | martianh <martianh@noreply.codeberg.org> | 2022-03-23 08:04:07 +0100 | 
|---|---|---|
| committer | martianh <martianh@noreply.codeberg.org> | 2022-03-23 08:04:07 +0100 | 
| commit | cecd5de060a56f13f7f7eb4528b341027812faab (patch) | |
| tree | b612438cd9e5b46c0300c2ae1dc1b007698226bb /fixture/client.plstore | |
| parent | c7b475160d2e7712e339e15adf168529f71b52c6 (diff) | |
| parent | 56fa25df379623e79261b535cd724db3ed979d44 (diff) | |
Merge pull request '2FA login support' (#255) from Red_Starfish/mastodon-up.el:login into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/255
Diffstat (limited to 'fixture/client.plstore')
| -rw-r--r-- | fixture/client.plstore | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/fixture/client.plstore b/fixture/client.plstore index e050018..48d951c 100644 --- a/fixture/client.plstore +++ b/fixture/client.plstore @@ -1,3 +1,6 @@  ;;; public entries -*- mode: plstore -*-  (("mastodon-http://other.example" :client_id "id1" :client_secret "secret1") - ("mastodon-http://mastodon.example" :client_id "id2" :client_secret "secret2")) + ("mastodon-http://mastodon.example" :client_id "id2" :client_secret "secret2") + ("user-test8000@mastodon.example" :username "test8000@mastodon.example" :instance "http://mastodon.example" :client_id "id2" :client_secret "secret2" :access_token "token2") + ("active-user" :username "test9000@other.example" :instance "http://other.example" :client_id "id1" :client_secret "secret1" :access_token "token1") + ("user-test9000@other.example" :username "test9000@other.example" :instance "http://other.example" :client_id "id1" :client_secret "secret1" :access_token "token1")) | 
