mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-10 02:30:13 +00:00
Linting.
This commit is contained in:
parent
4d9680e797
commit
bcbaf5d7ee
1 changed files with 5 additions and 4 deletions
|
@ -33,7 +33,8 @@ const registration = {
|
||||||
}
|
}
|
||||||
oauthApi.getOrCreateApp(data).then((app) => {
|
oauthApi.getOrCreateApp(data).then((app) => {
|
||||||
oauthApi.getTokenWithCredentials(
|
oauthApi.getTokenWithCredentials(
|
||||||
{app,
|
{
|
||||||
|
app,
|
||||||
instance: data.instance,
|
instance: data.instance,
|
||||||
username: this.user.username,
|
username: this.user.username,
|
||||||
password: this.user.password})
|
password: this.user.password})
|
||||||
|
|
Loading…
Reference in a new issue