feat(gitlab): add instance URL in screen name

This commit is contained in:
Ali BARIN
2023-06-02 11:01:28 +00:00
parent ae316f60e4
commit 43e957e8d3

View File

@@ -34,7 +34,7 @@ const verifyCredentials = async ($: IGlobalVariable) => {
scope: data.scope,
tokenType: data.token_type,
userId: currentUser.id,
screenName: currentUser.username,
screenName: `${currentUser.username} @ ${$.auth.data.instanceUrl}`,
});
};