💄 Better user agent
This commit is contained in:
@ -63,7 +63,7 @@ class _StickerUploadDialogState extends State<StickerUploadDialog> {
|
||||
setState(() => _isBusy = true);
|
||||
|
||||
Response resp;
|
||||
final client = auth.configureClient('files');
|
||||
final client = await auth.configureClient('files');
|
||||
if (widget.edit == null) {
|
||||
resp = await client.post('/stickers', {
|
||||
'name': _nameController.text,
|
||||
|
Reference in New Issue
Block a user