Fixed app authentication when generating

This commit is contained in:
frikky
2020-05-13 08:33:31 +02:00
parent d27650d76b
commit 59c311d78d
8 changed files with 45 additions and 17 deletions
+4 -2
View File
@@ -319,8 +319,10 @@ const Apps = (props) => {
<div>
<h2>{newAppname}</h2>
<p>{description}</p>
<p>{selectedApp.id}</p>
<p>{selectedApp.privateId}</p>
<Divider style={{marginBottom: "10px", marginTop: "10px", backgroundColor: dividerColor}}/>
<p>URL: {selectedApp.link}</p>
<p>ID: {selectedApp.id}</p>
<p>PrivateID: {selectedApp.privateId}</p>
{editButton}
{deleteButton}
</div>