mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-18 03:53:56 +00:00
clarify when bad passcode
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
|
||||
|
||||
<%
|
||||
if(data.permission){
|
||||
|
||||
for(const workspace_id in data.workspaces){
|
||||
const workspace = data.workspaces[workspace_id];
|
||||
|
||||
@@ -40,7 +42,9 @@
|
||||
|
||||
|
||||
|
||||
<% }} %>
|
||||
<% }}}else{ %>
|
||||
<h3>Incorrect Passcode or OSC Access Permissions</h3>
|
||||
<% } %>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user