Skip to content

Commit

Permalink
enable referencing Vault accounts by owner username using @
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git committed Jun 17, 2024
1 parent 9f1d906 commit 84f9579
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public final class Permissions {
public static @NotNull String INVOICE_SEND_OTHER = "bank.invoice.send.other";
public static @NotNull String RELOAD = "bank.reload";
public static @NotNull String BALANCE_OTHER = "bank.balance.other";
public static @NotNull String TRANSFER_FROM_OTHER = "bank.transfer.from-other";
public static @NotNull String HISTORY_OTHER = "bank.history.other";
public static @NotNull String ACCOUNT_CREATE_OTHER = "bank.account.create.other";
public static @NotNull String ACCOUNT_CREATE_BYPASS = "bank.account.create.bypass";
Expand Down
Loading

0 comments on commit 84f9579

Please sign in to comment.