fix ui: copy invitation link on generation

This commit is contained in:
nick-delirium 2024-07-05 15:32:36 +02:00
parent 733a6f8c6e
commit 22a1be80ad
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 2 additions and 1 deletions

View file

@ -351,7 +351,7 @@ function SessionItem(props: RouteComponentProps & Props) {
)}
</div>
<div className="flex items-center">
<div className="flex items-center m-auto">
<div
className={cn(
stl.playLink,

View file

@ -191,6 +191,7 @@ export default class UserStore {
response.invitationLink
);
}
copy(response.invitationLink);
resolve(response);
})
.catch((error) => {